Skip to content

Commit

Permalink
Merge pull request #1619 from glimmerjs/new-release-workflow-needs-to…
Browse files Browse the repository at this point in the history
…-build-the-packages

Add turbo build before publish
  • Loading branch information
NullVoxPopuli authored Sep 12, 2024
2 parents 722d030 + 1d935c9 commit 011883e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
node-registry-url: 'https://registry.npmjs.org'


- run: pnpm turbo build
- name: npm publish
run: pnpm release-plan publish
env:
Expand Down

0 comments on commit 011883e

Please sign in to comment.