Skip to content

Commit a26747e

Browse files
committed
(demo) add npm install to deploy script
1 parent 003c467 commit a26747e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set -e
22

33
rm -rf dist
4-
4+
rm -rf node_modules && rm -rf package-lock.json && npm i
55
npm run build
66

77
cd dist

0 commit comments

Comments
 (0)