circle ci config and npm audit fix updates
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user