Skip to content

Commit

Permalink
Fix npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
okoala committed Oct 14, 2016
1 parent 8fbb8bf commit 932a1ee
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 @@ -8,7 +8,7 @@
],
"scripts": {
"start": "node index.js",
"dev": "npm-run-all --parallel dev:serve dev:client",
"dev": "npm-run-all --parallel dev:server dev:client",
"dev:server": "cross-env NODE_ENV=development nodemon --debug --watch app --watch conf --watch config index.js",
"dev:client": "cross-env NODE_ENV=development webpack-dev-server --progress --config ./build/webpack.client.config.js",
"build": "npm run build:client && npm run build:server",
Expand Down

0 comments on commit 932a1ee

Please sign in to comment.