Files
freeCodeCamp/lerna.json
Huyen Nguyen 3efe3fa73f feat(tools): create ui-components package and setup Storybook (#41920)
* feat(client): basic Storybook setup

* Revert "feat(client): basic Storybook setup"

This reverts commit f55e249326.

* feat(tools): create ui-components package and setup Storybook

* Add ui-components to lerna.json
2021-05-11 00:37:01 +05:30

35 lines
886 B
JSON

{
"packages": [
"api-server",
"client",
"client/plugins/fcc-source-challenges",
"client/plugins/gatsby-remark-node-identity",
"curriculum",
"tools/challenge-helper-scripts",
"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",
"tools/ui-components"
],
"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",
"tools/ui-components"
]
}
},
"version": "independent"
}