We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6d000 commit 27e5314Copy full SHA for 27e5314
1 file changed
.github/workflows/publish.yml
@@ -48,7 +48,7 @@ jobs:
48
run: node ./scripts/set-release-version.mjs
49
50
- name: Build core
51
- run: pnpm -C packages/core build
+ run: pnpm --filter @cazala/party exec rollup -c
52
53
- name: Publish @next
54
if: github.event_name == 'push'
0 commit comments