Skip to content

Commit

Permalink
ci: build before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander committed Nov 10, 2024
1 parent 8161e99 commit b83d642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bunx npm publish --dry-run
- run: bun i && bun run build && bunx npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit b83d642

Please sign in to comment.