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 7379b24 commit f53be7cCopy full SHA for f53be7c
.github/workflows/merge.yml
@@ -29,6 +29,8 @@ jobs:
29
if: ${{ steps.release.outputs.release_created }}
30
- run: bun run build
31
32
+ - run: bun run build:bin
33
+ if: ${{ steps.release.outputs.release_created }}
34
- run: npm publish --provenance --access public
35
env:
36
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
.github/workflows/pull-request.yml
@@ -14,6 +14,7 @@ jobs:
14
- run: bun install --frozen-lockfile
15
- run: bun x playwright install --with-deps
16
17
18
- run: bun run test
19
- uses: actions/upload-artifact@v3
20
if: always()
0 commit comments