Skip to content

Commit

Permalink
chore: remove build-command from release action (#50)
Browse files Browse the repository at this point in the history
npm build is triggered anyway by the `prepare` step.
  • Loading branch information
gmaclennan authored Jun 27, 2023
1 parent 09d8847 commit a355c7a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,3 @@ jobs:
npm-tag: ${{ startsWith('pre', github.event.inputs.semver) && 'next' || 'latest' }}
# optional: set this secret in your repo config for publishing to NPM
# npm-token: ${{ secrets.NPM_TOKEN }}
build-command: |
npm install
npm run build

0 comments on commit a355c7a

Please sign in to comment.