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 bd0364c commit a875758Copy full SHA for a875758
.github/workflows/preview-release.yml
@@ -39,5 +39,6 @@ jobs:
39
if: ${{ steps.changed-files.outputs.all_changed_files_count > 0 }}
40
env:
41
CHANGED_DIRS: ${{ steps.changed-files.outputs.all_changed_files }}
42
- run: |
43
- node scripts/get-deps-to-publish.js
+ # run: |
+ # node scripts/get-deps-to-publish.js
44
+ run: pnpm dlx [email protected] publish --pnpm './packages/*'
0 commit comments