We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccefae8 commit 26509f4Copy full SHA for 26509f4
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
run: bun install
23
24
- name: Build
25
- run: npm run build
+ run: bun run build
26
27
- name: Release
28
env:
0 commit comments