Skip to content

Commit

Permalink
fix: build compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
infodusha committed Jul 22, 2024
1 parent 7379b24 commit f53be7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- run: bun run build
if: ${{ steps.release.outputs.release_created }}
- run: bun run build:bin
if: ${{ steps.release.outputs.release_created }}
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- run: bun install --frozen-lockfile
- run: bun x playwright install --with-deps
- run: bun run build
- run: bun run build:bin
- run: bun run test
- uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit f53be7c

Please sign in to comment.