Skip to content

Commit

Permalink
Ensure npm run prepublish gets executed
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBitz committed Nov 1, 2022
1 parent a2c28fb commit 7f5d4b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Expand Up @@ -14,6 +14,7 @@ jobs:
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm run prepublish
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_ELEVATED }}

0 comments on commit 7f5d4b2

Please sign in to comment.