File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 - name : Build storybook
5050 run : |
5151 yarn nx run public-docsite-v9:build-storybook --nxBail
52- yarn nx run public-docsite-v9:build-storybook:react --nxBail
5352 env :
5453 STORYBOOK_APPINSIGHTS_INSTRUMENTATION_KEY : ${{ secrets.STORYBOOK_APPINSIGHTS_INSTRUMENTATION_KEY }}
54+ DEPLOY_PATH : ' /fluentui/'
55+
56+ - name : Build v9 Storybook
57+ run : |
58+ yarn nx run public-docsite-v9:build-storybook:react--nxBail
59+ env :
60+ DEPLOY_PATH : ' /fluentui/react/'
5561
5662 - name : Build Charts Storybook
5763 run : |
Original file line number Diff line number Diff line change 55 "description" : " Fluent UI React v9 documentation" ,
66 "scripts" : {
77 "build-storybook" : " cross-env NODE_OPTIONS=--max_old_space_size=3072 STORYBOOK_BASE=/fluentui/ storybook build -o ./dist/storybook --docs" ,
8- "build-storybook:react" : " cross-env NODE_OPTIONS=--max_old_space_size=3072 STORYBOOK_BASE=/fluentui/react/ storybook build -o ./dist/storybook/react --docs --preview-url='/fluentui/react' " ,
8+ "build-storybook:react" : " cross-env NODE_OPTIONS=--max_old_space_size=3072 STORYBOOK_BASE=/fluentui/react/ storybook build -o ./dist/storybook/react --docs" ,
99 "postbuild-storybook" : " yarn rewrite-title" ,
1010 "rewrite-title" : " node -r ../../scripts/ts-node/src/register ../../scripts/storybook/src/scripts/rewrite-title.ts --title 'Fluent UI React v9' --distPath ./dist/storybook" ,
1111 "generate-llms-docs" : " yarn storybook-llms-extractor --config storybook-llms.config.js" ,
You can’t perform that action at this time.
0 commit comments