We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003c467 commit a26747eCopy full SHA for a26747e
demo/deploy.sh
@@ -1,7 +1,7 @@
1
set -e
2
3
rm -rf dist
4
-
+rm -rf node_modules && rm -rf package-lock.json && npm i
5
npm run build
6
7
cd dist
0 commit comments