Skip to content

Commit 17e4944

Browse files
fix: build packages when releasing (#143)
1 parent 74fe165 commit 17e4944

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release-please.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ jobs:
3232
registry-url: 'https://registry.npmjs.org'
3333
if: ${{ steps.release.outputs.releases_created }}
3434
- run: npm ci
35-
if: ${{ steps.release.outputs.releases_created }}
35+
if: ${{ steps.release.outputs.releases_created }}
36+
- name: Build packages
37+
if: ${{ steps.release.outputs.releases_created }}
38+
run: npm run build -ws
3639

3740
# Publishing packages in topological order, as defined in `package.json`.
3841
- run: npm publish packages/dev-utils/ --access=public

0 commit comments

Comments
 (0)