freeCodeCamp/lerna.json

33 lines
828 B
JSON
Raw Normal View History

2018-09-26 14:40:35 +00:00
{
"packages": [
"api-server",
"client",
"client/plugins/fcc-source-challenges",
"client/plugins/gatsby-remark-node-identity",
2018-09-27 14:51:53 +00:00
"curriculum",
"tools/challenge-helper-scripts",
2021-02-01 16:46:27 +00:00
"tools/challenge-parser",
"tools/contributor",
"tools/contributor/dashboard-app/client",
"tools/contributor/dashboard-app/server",
"tools/contributor/lib/",
"tools/contributor/one-off-scripts",
"tools/crowdin",
"tools/scripts/build",
"tools/scripts/seed"
2018-09-26 14:40:35 +00:00
],
"command": {
"bootstrap": {
"ignore": [
"tools/contributor",
"tools/contributor/dashboard-app/client",
"tools/contributor/dashboard-app/server",
"tools/contributor/lib/",
"tools/contributor/one-off-scripts",
"tools/crowdin"
]
}
},
2018-09-26 14:40:35 +00:00
"version": "independent"
}