File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "name" : " storybook" ,
3+ "$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
4+ "sourceRoot" : " libs/storybook/src" ,
5+ "projectType" : " library" ,
6+ "tags" : [" storybook" ],
7+ "targets" : {
8+ "storybook" : {
9+ "executor" : " nx:run-commands" ,
10+ "options" : {
11+ "command" : " storybook dev -p 4400 --config-dir apps/shell/.storybook" ,
12+ "cwd" : " {workspaceRoot}"
13+ },
14+ "configurations" : {
15+ "ci" : {
16+ "command" : " storybook dev -p 4400 --config-dir apps/shell/.storybook --quiet" ,
17+ "cwd" : " {workspaceRoot}"
18+ }
19+ }
20+ },
21+ "build-storybook" : {
22+ "executor" : " nx:run-commands" ,
23+ "options" : {
24+ "command" : " storybook build --config-dir apps/shell/.storybook -o apps/shell/storybook-static" ,
25+ "cwd" : " {workspaceRoot}"
26+ },
27+ "configurations" : { "ci" : {} },
28+ "outputs" : [" {workspaceRoot}/apps/shell/storybook-static" ]
29+ }
30+ }
31+ }
Original file line number Diff line number Diff line change 2222 "tolgee:pull" : " pnpm tolgee pull --config ./apps/shell/.tolgeerc.js" ,
2323 "tolgee:push" : " pnpm tolgee push --config ./apps/shell/.tolgeerc.js" ,
2424 "tolgee:extract:check" : " pnpm tolgee extract check --config ./apps/shell/.tolgeerc.js" ,
25- "tolgee:extract:print" : " pnpm tolgee extract print --config ./apps/shell/.tolgeerc.js"
25+ "tolgee:extract:print" : " pnpm tolgee extract print --config ./apps/shell/.tolgeerc.js" ,
26+ "storybook" : " pnpm exec nx storybook storybook" ,
27+ "build-storybook" : " pnpm exec nx build-storybook storybook"
2628 },
2729 "dependencies" : {
2830 "@auth0/auth0-react" : " 2.3.0" ,
You can’t perform that action at this time.
0 commit comments