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",
|
"postinstall": "npm run bootstrap",
|
||||||
"prebootstrap": "npm run ensure-env",
|
"prebootstrap": "npm run ensure-env",
|
||||||
"bootstrap": "lerna bootstrap && lerna run build --scope @freecodecamp/curriculum",
|
"bootstrap": "lerna bootstrap && lerna run build --scope @freecodecamp/curriculum",
|
||||||
|
"clean": "lerna clean",
|
||||||
"develop": "npm-run-all -s ensure-env start-develop",
|
"develop": "npm-run-all -s ensure-env start-develop",
|
||||||
"ensure-env": "cross-env DEBUG=fcc:* node ./tools/scripts/ensure-env.js",
|
"ensure-env": "cross-env DEBUG=fcc:* node ./tools/scripts/ensure-env.js",
|
||||||
"lint": "echo 'Warning: TODO - Define Linting with fixing.'",
|
"lint": "echo 'Warning: TODO - Define Linting with fixing.'",
|
||||||
|
Reference in New Issue
Block a user