diff --git a/package.json b/package.json index a4e3cf0..fd1f396 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "install": "run-p clientinstall serverinstall", "clientstart": "cd client && npm start", "serverstart": "cd server && npm start", - "start": "npx run-p clientstart serverstart", + "start": "npm install run-p && run-p clientstart serverstart", "build": "cd client && npm run build", "predeployclient": "cd client && npm run build", "predeployserver": "cd server && npm run build",