chore(cr): publish all from main (#1246)

* chore(cr): publish all from main

* chore(cr): publish all
pull/1251/head
Jonathan Haines 2025-06-22 18:40:10 +10:00 committed by GitHub
parent 363868b0b9
commit 368bd067d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 4 deletions

View File

@ -28,9 +28,7 @@ jobs:
run: yarn
- name: Build
run: yarn workspaces foreach --topological --parallel --since --no-private run build
run: yarn workspaces foreach --all --topological --parallel --no-private run build
- name: Publish to StackBlitz
run: |
changed=$(yarn workspaces list --json --since --no-private | jq -sr '[.[].location] | @sh')
yarn pkg-pr-new publish --compact --no-template ${changed}
run: yarn pkg-pr-new publish --compact --no-template './packages/*'