We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8b84b commit aee4b3cCopy full SHA for aee4b3c
.github/workflows/release.yml
@@ -52,8 +52,11 @@ jobs:
52
- name: Install Dependencies
53
run: pnpm i
54
55
- - name: Build Apps and Packages
56
- run: pnpm build
+ - name: Build Packages
+ run: pnpm build:packages
57
+
58
+ - name: Build Website
59
+ run: pnpm build --filter website
60
61
- name: Run Tests
62
run: pnpm test
.github/workflows/test.yml
@@ -28,8 +28,11 @@ jobs:
28
29
30
31
32
33
34
35
36
37
38
0 commit comments