Skip to content

Commit 1b20f18

Browse files
committed
chore: fix-snapshot
1 parent d947ac2 commit 1b20f18

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ jobs:
126126
with:
127127
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
128128

129+
- name: Build all packages
130+
run: pnpm nx run-many -t build --no-agents --skip-nx-cache
131+
129132
- name: Version Packages for snapshot
130133
run: pnpm changeset version --snapshot ${{ inputs.snapshot_tag }}
131134
env:

0 commit comments

Comments
 (0)