chore: 🤖 Allows Lerna to build curriculum on npm run bootstrap

Added `lerna run build --scope @freecodecamp/curriculum` to bootstrap
npm script

Issues: 18198
This commit is contained in:
Dale Blackburn
2018-10-01 20:23:50 +01:00
committed by mrugesh mohapatra
parent 8c38dfe861
commit be0cf1d211
5 changed files with 7394 additions and 7399 deletions

View File

@ -824,11 +824,6 @@
"to-fast-properties": "^2.0.0"
}
},
"@freecodecamp/curriculum": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/@freecodecamp/curriculum/-/curriculum-3.1.2.tgz",
"integrity": "sha512-buBBtAcGKagoUxSr3SuCycPlCySV9buou1Aod1uSbrKyNWS7hAIGdyloJiqPotEUfjh23uXm+ogvL9/Z4+QWhQ=="
},
"@freecodecamp/loopback-component-passport": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@freecodecamp/loopback-component-passport/-/loopback-component-passport-1.0.0.tgz",

7814
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
"name": "@freecodecamp/freecodecamp",
"version": "0.0.1",
"scripts": {
"bootstrap": "lerna bootstrap",
"bootstrap": "lerna bootstrap && lerna run build --scope @freecodecamp/curriculum",
"develop": "npm-run-all -s ensure-env start-develop",
"ensure-env": "node ./tools/scripts/ensure-env.js",
"lint": "echo 'Warning: TODO - Define Linting.'",

File diff suppressed because it is too large Load Diff