Added install-all and audit-all npm scripts

This commit is contained in:
Ceferino Patino 2022-03-10 22:58:16 -06:00
commit a1a3ca38c7

View file

@ -7,7 +7,9 @@
"client": "npm run start --prefix client",
"server": "npm run start --prefix server",
"build": "npm run build --prefix client",
"dev": "npm run build --prefix client && npm run server"
"dev": "npm run build --prefix client && npm run server",
"install-all": "npm i && npm i --prefix client && npm i --prefix server",
"audit-all": "npm audit fix && npm audit fix --prefix client && npm audit fix --prefix server"
},
"author": "C4 Patino",
"license": "ISC",