Skip to content

Commit

Permalink
rm build script from publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Oct 5, 2023
1 parent 15085ff commit 60ee1b7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}

- name: Build package
run: npm run build

- name: Publish to npm
run: npm publish
env:
Expand Down

0 comments on commit 60ee1b7

Please sign in to comment.