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 ebd49a6 commit 8a9183dCopy full SHA for 8a9183d
.github/workflows/publish.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
bun install --frozen-lockfile
41
- name: Build
42
- run: bun build
+ run: bun run build
43
- name: Publish
44
run: bun publish --access public --non-interactive --new-version ${{ steps.version.outputs.value }}
45
env:
.github/workflows/test.yml
@@ -22,4 +22,4 @@ jobs:
22
- name: Lint
23
run: bun lint
24
25
0 commit comments