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 1b804fa commit a18b564Copy full SHA for a18b564
ui/package.json
@@ -4,7 +4,8 @@
4
"description": "Factorio Mod Manager UI",
5
"main": "index.js",
6
"scripts": {
7
- "build": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js -w --progress --profile --colors",
+ "build": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js --progress --profile --colors",
8
+ "dev": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js -w --progress --profile --colors",
9
"test": "echo \"Error: no test specified\" && exit 1"
10
},
11
"author": "Mitch Roote <[email protected]>",
0 commit comments