Skip to content

Commit a18b564

Browse files
committed
added build and dev commands for npm run
1 parent 1b804fa commit a18b564

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Factorio Mod Manager UI",
55
"main": "index.js",
66
"scripts": {
7-
"build": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js -w --progress --profile --colors",
7+
"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",
89
"test": "echo \"Error: no test specified\" && exit 1"
910
},
1011
"author": "Mitch Roote <[email protected]>",

0 commit comments

Comments
 (0)