We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74fe165 commit 17e4944Copy full SHA for 17e4944
.github/workflows/release-please.yaml
@@ -32,7 +32,10 @@ jobs:
32
registry-url: 'https://registry.npmjs.org'
33
if: ${{ steps.release.outputs.releases_created }}
34
- run: npm ci
35
- if: ${{ steps.release.outputs.releases_created }}
+ if: ${{ steps.release.outputs.releases_created }}
36
+ - name: Build packages
37
38
+ run: npm run build -ws
39
40
# Publishing packages in topological order, as defined in `package.json`.
41
- run: npm publish packages/dev-utils/ --access=public
0 commit comments