Skip to content

Commit

Permalink
Merge pull request #141 from binary-butterfly/add-prepublish-to-relea…
Browse files Browse the repository at this point in the history
…se-pipeline

Add prepublish to release pipeline
  • Loading branch information
DysphoricUnicorn authored Sep 11, 2023
2 parents fcdbcf2 + 6104e79 commit f199e3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
node-version: 18
cache: 'npm'
- run: npm install
- run: npm run prepublishOnly
- uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit f199e3f

Please sign in to comment.