We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adcc1e9 commit aa6b2e8Copy full SHA for aa6b2e8
1 file changed
.github/workflows/ci.yml
@@ -49,6 +49,9 @@ jobs:
49
- name: Typecheck files
50
run: yarn tsc
51
52
+ - name: Build packages
53
+ run: yarn turbo run build --filter='./packages/*'
54
+
55
# Build the docs site the same way the Pages deploy does (GITHUB_PAGES set,
56
# so the project base path is applied) to catch broken links / build
57
# regressions before they reach main.
0 commit comments