circle ci config and npm audit fix updates

This commit is contained in:
2019-11-05 16:49:01 +05:30
parent ec2f3401a8
commit b4beecce50
4 changed files with 111 additions and 25 deletions

View File

@@ -9,7 +9,8 @@
"install": "run-p clientinstall serverinstall",
"clientstart": "cd client && npm start",
"serverstart": "cd server && npm start",
"start": "run-p clientstart serverstart"
"start": "run-p clientstart serverstart",
"build": "cd client && npm run build"
},
"devDependencies": {
"npm-run-all": "^4.1.5"