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 76ea757 commit b892499Copy full SHA for b892499
script/run
@@ -1,5 +1,4 @@
1
#!/bin/sh
2
-npm install
3
NODE_ENV=production node_modules/.bin/webpack
4
node_modules/.bin/uglifyjs public/js/main.js --mangle --compress warnings=false > public/js/main.min.js
5
mv public/js/main.min.js public/js/main.js
0 commit comments