Skip to content

Commit

Permalink
Merge pull request #30 from auth0/fix-auto-publish
Browse files Browse the repository at this point in the history
Fix issue with auto publishing
  • Loading branch information
adamjmcgrath authored Oct 14, 2021
2 parents 57f5a14 + 5cb51d2 commit 79001d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ workflows:
jobs:
- test
- ship/node-publish:
publish-command: npm publish --workspace=packages/express-oauth2-jwt-bearer
publish-command: npm run build && npm publish --workspace=packages/express-oauth2-jwt-bearer
app-directory: "packages/express-oauth2-jwt-bearer"
requires:
- test
Expand Down

0 comments on commit 79001d8

Please sign in to comment.