We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfcda45 commit 5ae4556Copy full SHA for 5ae4556
1 file changed
.github/workflows/test.yml
@@ -25,6 +25,9 @@ jobs:
25
26
- name: Install dependencies
27
run: pnpm install
28
+
29
+ - name: Build package
30
+ run: pnpm run build
31
32
- name: Run tests
- run: pnpm test
33
+ run: pnpm run test
0 commit comments