Skip to content

Commit aa6b2e8

Browse files
authored
chore(🐙): add build step for packages in CI workflow (#390)
1 parent adcc1e9 commit aa6b2e8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
- name: Typecheck files
5050
run: yarn tsc
5151

52+
- name: Build packages
53+
run: yarn turbo run build --filter='./packages/*'
54+
5255
# Build the docs site the same way the Pages deploy does (GITHUB_PAGES set,
5356
# so the project base path is applied) to catch broken links / build
5457
# regressions before they reach main.

0 commit comments

Comments
 (0)