We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21fa8a5 commit 26ac502Copy full SHA for 26ac502
2 files changed
example/.gitignore
@@ -23,4 +23,7 @@ yarn-error.*
23
build/
24
25
# dist
26
-dist/
+dist/
27
+
28
+# ignore package-lock.json to avoid build integrity error on ci
29
+package-lock.json
0 commit comments