Skip to content

Commit e2c7be6

Browse files
committed
update CI workflow to install non-production dependencies and verify build tooling
1 parent f922e18 commit e2c7be6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/deploy-cloudflare-pages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ jobs:
4545
${{ runner.os }}-pnpm-store-
4646
4747
- name: Install dependencies
48-
run: pnpm -w install --frozen-lockfile
48+
run: pnpm -r install --frozen-lockfile --prod=false
49+
50+
- name: Verify build tooling
51+
run: pnpm --filter @cazala/party exec -- rollup --version
4952

5053
- name: Build
5154
run: pnpm --filter=@cazala/party build && pnpm --filter=@cazala/playground build

0 commit comments

Comments
 (0)