fix(tools): add build scripts
This commit is contained in:
committed by
mrugesh
parent
91ad464020
commit
de5e88942f
@ -5,6 +5,9 @@
|
||||
"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'",
|
||||
"build": "npm-run-all ensure-env -p build:*",
|
||||
"build:client": "cd ./client && npm run build",
|
||||
"build:server": "cd ./api-server && npm run build",
|
||||
"bootstrap": "lerna bootstrap --ci",
|
||||
"clean": "npm-run-all clean:gatsby-site clean:packages",
|
||||
"clean:root-deps": "shx rm -rf node_modules",
|
||||
|
Reference in New Issue
Block a user