mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
Added watchns for no-spector build
This commit is contained in:
parent
b6b2961a6b
commit
175d6d1ab3
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
"help": "node scripts/help.js",
|
||||
"build": "webpack --config config/webpack.config.js",
|
||||
"watch": "webpack --watch --config config/webpack.config.js",
|
||||
"watchns": "webpack --watch --config config/webpack-nospector.config.js",
|
||||
"buildfb": "webpack --config config/webpack.fb.config.js",
|
||||
"watchfb": "webpack --config config/webpack.fb.config.js --watch",
|
||||
"dist": "webpack --config config/webpack.dist.config.js",
|
||||
|
|
Loading…
Reference in a new issue