Skip to content

Commit d671dee

Browse files
committed
fix(ci): exclude docs from release build
CHANGELOG.md contains <Icon> which MDX parses as JSX, breaking the docs build. Docs don't need to be built for npm publishing.
1 parent 4a02225 commit d671dee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: pnpm install --frozen-lockfile
3939

4040
- name: Build
41-
run: pnpm build
41+
run: pnpm build --filter='!@tiny-design/docs'
4242

4343
- name: Auto-generate changesets for modified packages
4444
run: |

0 commit comments

Comments
 (0)