Skip to content

Commit 27e5314

Browse files
committed
fix build in CI
1 parent eb6d000 commit 27e5314

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: node ./scripts/set-release-version.mjs
4949

5050
- name: Build core
51-
run: pnpm -C packages/core build
51+
run: pnpm --filter @cazala/party exec rollup -c
5252

5353
- name: Publish @next
5454
if: github.event_name == 'push'

0 commit comments

Comments
 (0)