Skip to content

Commit a875758

Browse files
authored
chore: publish all packages for previews (#15)
1 parent bd0364c commit a875758

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/preview-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@ jobs:
3939
if: ${{ steps.changed-files.outputs.all_changed_files_count > 0 }}
4040
env:
4141
CHANGED_DIRS: ${{ steps.changed-files.outputs.all_changed_files }}
42-
run: |
43-
node scripts/get-deps-to-publish.js
42+
# run: |
43+
# node scripts/get-deps-to-publish.js
44+
run: pnpm dlx [email protected] publish --pnpm './packages/*'

0 commit comments

Comments
 (0)