Rename npm script to avoid misunderstanding
This commit is contained in:
parent
7f15040eee
commit
138c14b215
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
"watchify": "^2.1.1"
|
"watchify": "^2.1.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "watchify -o public/dist/bundle.min.js -v -d public/script.jsx",
|
"watch": "watchify -o public/dist/bundle.min.js -v -d public/script.jsx",
|
||||||
"postinstall": "browserify public/script.jsx | uglifyjs -cm > public/dist/bundle.min.js"
|
"postinstall": "browserify public/script.jsx | uglifyjs -cm > public/dist/bundle.min.js"
|
||||||
},
|
},
|
||||||
"browserify": {
|
"browserify": {
|
||||||
|
|
Loading…
Reference in a new issue