build(tools): add node_modules cleanup script
This commit is contained in:
committed by
Valeriy
parent
da5cd22172
commit
e1a0df55ef
@ -5,6 +5,7 @@
|
||||
"postinstall": "npm run bootstrap",
|
||||
"prebootstrap": "npm run ensure-env",
|
||||
"bootstrap": "lerna bootstrap && lerna run build --scope @freecodecamp/curriculum",
|
||||
"clean": "lerna clean",
|
||||
"develop": "npm-run-all -s ensure-env start-develop",
|
||||
"ensure-env": "cross-env DEBUG=fcc:* node ./tools/scripts/ensure-env.js",
|
||||
"lint": "echo 'Warning: TODO - Define Linting with fixing.'",
|
||||
|
Reference in New Issue
Block a user