Skip to content

Commit 8a9183d

Browse files
author
flowcore-platform
committed
fix(ci): 🐛 Update build command in publish workflow
1 parent ebd49a6 commit 8a9183d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
bun install --frozen-lockfile
4141
- name: Build
42-
run: bun build
42+
run: bun run build
4343
- name: Publish
4444
run: bun publish --access public --non-interactive --new-version ${{ steps.version.outputs.value }}
4545
env:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Lint
2323
run: bun lint
2424
- name: Build
25-
run: bun build
25+
run: bun run build

0 commit comments

Comments
 (0)