Skip to content

Commit

Permalink
Merge pull request #18 from fringers/npm-publish-build-fix
Browse files Browse the repository at this point in the history
Update npm-publish.yml - missing build added
  • Loading branch information
JKrol authored Jun 27, 2020
2 parents c5b3f4a + e61a1c9 commit 31df763
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Expand All @@ -42,6 +43,7 @@ jobs:
node-version: 12
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 31df763

Please sign in to comment.