Skip to content

Commit 011883e

Browse files
Merge pull request #1619 from glimmerjs/new-release-workflow-needs-to-build-the-packages
Add turbo build before publish
2 parents 722d030 + 1d935c9 commit 011883e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
5858
node-registry-url: 'https://registry.npmjs.org'
5959

60-
60+
- run: pnpm turbo build
6161
- name: npm publish
6262
run: pnpm release-plan publish
6363
env:

0 commit comments

Comments
 (0)