feat(tools): add postinstall step for bootstrap

This commit is contained in:
Mrugesh Mohapatra
2018-10-28 13:57:31 +05:30
committed by mrugesh mohapatra
parent 707095bed1
commit e491eebc58

View File

@ -2,6 +2,7 @@
"name": "@freecodecamp/freecodecamp",
"version": "0.0.1",
"scripts": {
"postinstall": "npm run bootstrap",
"prebootstrap": "npm run ensure-env",
"bootstrap": "lerna bootstrap && lerna run build --scope @freecodecamp/curriculum",
"develop": "npm-run-all -s ensure-env start-develop",