Skip to content

Commit

Permalink
ci: remove build in publish because it is in prepublishOnly scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
acrois committed Mar 9, 2024
1 parent 1c83c7b commit 41a5b13
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
name: Install dependencies
run: |
bun install --frozen-lockfile
- id: build
name: Build library
run: |
bun run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 41a5b13

Please sign in to comment.