Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- run: yarn nx affected --target=verify-integrity
- run: yarn nx affected --target=build
- run: yarn nx affected --target=build-storybook
- run: yarn nx affected --target=build-storybook,extract-storybook-llms
- run: yarn nx affected --target=type-check
- run: yarn nx affected --target=lint
- run: yarn nx affected --target=test
Expand Down
1 change: 1 addition & 0 deletions apps/docsite/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
}
},
"extract-storybook-llms": {
"dependsOn": ["build-storybook"],
"command": "storybook-llms-extractor --distPath dist/storybook/docsite --summaryBaseUrl https://microsoft.github.io/fluentui-contrib/docsite"
}
}
Expand Down