Skip to content

Commit

Permalink
(Merge branch) Server-Side ES2015: added script dev-all
Browse files Browse the repository at this point in the history
  • Loading branch information
vasansr committed Dec 21, 2016
2 parents 60a30ed + bdb27fb commit 6e27278
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"start-hook": "nodemon -w server server/start_hook.js",
"compile": "webpack",
"watch": "webpack-dev-server --hot --inline",
"dev-all": "npm run watch & npm run watch-server & npm start",
"dev-all-hook": "npm run watch & npm run start-hook",
"lint": "eslint --ext js,jsx src server webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 6e27278

Please sign in to comment.