Skip to content

Commit b892499

Browse files
committed
remove npm install from run
1 parent 76ea757 commit b892499

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

script/run

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/sh
2-
npm install
32
NODE_ENV=production node_modules/.bin/webpack
43
node_modules/.bin/uglifyjs public/js/main.js --mangle --compress warnings=false > public/js/main.min.js
54
mv public/js/main.min.js public/js/main.js

0 commit comments

Comments
 (0)