We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b5f815 commit 6ba0859Copy full SHA for 6ba0859
1 file changed
.github/workflows/update-api.yml
@@ -48,6 +48,9 @@ jobs:
48
- name: Generate files
49
run: bun run gen
50
51
+ - name: Build
52
+ run: bun run build
53
+
54
- name: Run tests
55
run: bun run test
56
0 commit comments