Skip to content

Commit f53be7c

Browse files
author
infodusha
committed
fix: build compiler
1 parent 7379b24 commit f53be7c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/merge.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
if: ${{ steps.release.outputs.release_created }}
3030
- run: bun run build
3131
if: ${{ steps.release.outputs.release_created }}
32+
- run: bun run build:bin
33+
if: ${{ steps.release.outputs.release_created }}
3234
- run: npm publish --provenance --access public
3335
env:
3436
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.github/workflows/pull-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- run: bun install --frozen-lockfile
1515
- run: bun x playwright install --with-deps
1616
- run: bun run build
17+
- run: bun run build:bin
1718
- run: bun run test
1819
- uses: actions/upload-artifact@v3
1920
if: always()

0 commit comments

Comments
 (0)