Add npm watch command.
This one uses uncut output for tighter build loop.
This commit is contained in:
parent
7af4c7091c
commit
9795baaf0c
@ -2,7 +2,8 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"postinstall": "pulp dep install",
|
||||
"build": "pulp browserify --optimise --to dist/app.js"
|
||||
"build": "pulp browserify --optimise --to dist/app.js",
|
||||
"watch": "pulp -w browserify --to dist/app.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"virtual-dom": "^2.1.1"
|
||||
|
Loading…
Reference in New Issue
Block a user