From 708bb21dc3b607e523f2dc625a83de42abefd9e9 Mon Sep 17 00:00:00 2001 From: Vasan Subramanian Date: Wed, 21 Dec 2016 18:08:34 +0530 Subject: [PATCH] Server-Side ES2015: added script dev-all --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 015dea8..806d895 100644 --- a/package.json +++ b/package.json @@ -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", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {