Added install-all and audit-all npm scripts
This commit is contained in:
parent
336c3d767c
commit
a1a3ca38c7
1 changed files with 3 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Reference in a new issue