Skip to content

Commit

Permalink
feat: Update npm command in release workflow to fix syntax error and …
Browse files Browse the repository at this point in the history
…update prerelease script to include npm run build
  • Loading branch information
danilowoz committed Mar 26, 2024
1 parent 6bb706b commit 192a0ca
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 1,580 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm run release
npm release
Loading

0 comments on commit 192a0ca

Please sign in to comment.