Skip to content

Commit

Permalink
🐛 Fix development/watch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartozzz committed Sep 15, 2017
1 parent b38ef35 commit 1edef26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
},
"scripts": {
"prepare": "export NODE_ENV=production && npm run eslint && node_modules/.bin/webpack --progress",
"watch": "npm run prepare --watch & node_modules/.bin/nw . --nwjs_build_type=sdk",
"watch": "export NODE_ENV=development && node_modules/.bin/webpack --progress --watch & node_modules/.bin/nw . --nwjs_build_type=sdk",
"start": "npm run prepare && node_modules/.bin/nw . --nwjs_build_type=sdk",
"build": "npm run prepare && node bin/compile",
"eslint": "node_modules/.bin/eslint src --fix",
Expand Down

0 comments on commit 1edef26

Please sign in to comment.