We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f922e18 commit e2c7be6Copy full SHA for e2c7be6
1 file changed
.github/workflows/deploy-cloudflare-pages.yml
@@ -45,7 +45,10 @@ jobs:
45
${{ runner.os }}-pnpm-store-
46
47
- name: Install dependencies
48
- run: pnpm -w install --frozen-lockfile
+ run: pnpm -r install --frozen-lockfile --prod=false
49
+
50
+ - name: Verify build tooling
51
+ run: pnpm --filter @cazala/party exec -- rollup --version
52
53
- name: Build
54
run: pnpm --filter=@cazala/party build && pnpm --filter=@cazala/playground build
0 commit comments