Skip to content

Commit

Permalink
chore: publish all packages for previews (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianGonz97 authored Aug 28, 2024
1 parent bd0364c commit a875758
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ jobs:
if: ${{ steps.changed-files.outputs.all_changed_files_count > 0 }}
env:
CHANGED_DIRS: ${{ steps.changed-files.outputs.all_changed_files }}
run: |
node scripts/get-deps-to-publish.js
# run: |
# node scripts/get-deps-to-publish.js
run: pnpm dlx [email protected] publish --pnpm './packages/*'

0 comments on commit a875758

Please sign in to comment.