build(tools): add node_modules cleanup script

This commit is contained in:
Mrugesh Mohapatra
2018-11-02 03:54:05 +05:30
committed by Valeriy
parent da5cd22172
commit e1a0df55ef

View File

@ -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.'",