Added watchns for no-spector build

This commit is contained in:
Richard Davey 2023-10-12 15:20:17 +01:00
parent b6b2961a6b
commit 175d6d1ab3

View file

@ -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",