feat(tools) add script to audit all packages (#36537)
* feat: add audit scripts * Update package.json Co-Authored-By: mrugesh <1884376+raisedadead@users.noreply.github.com> * Update package.json Co-Authored-By: mrugesh <1884376+raisedadead@users.noreply.github.com>
This commit is contained in:
committed by
mrugesh
parent
0dfdfef52f
commit
af1071c518
@ -3,6 +3,8 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"audit": "npm audit && lerna exec --concurrency 1 'echo $LERNA_PACKAGE_NAME && npm audit'",
|
||||||
|
"audit:fix": "npm audit fix && lerna exec --concurrency 1 'echo $LERNA_PACKAGE_NAME && npm audit fix'",
|
||||||
"bootstrap": "lerna bootstrap --ci",
|
"bootstrap": "lerna bootstrap --ci",
|
||||||
"clean": "npm-run-all clean:gatsby-site clean:packages",
|
"clean": "npm-run-all clean:gatsby-site clean:packages",
|
||||||
"clean:root-deps": "shx rm -rf node_modules",
|
"clean:root-deps": "shx rm -rf node_modules",
|
||||||
|
Reference in New Issue
Block a user