We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc01f16 commit 09803f1Copy full SHA for 09803f1
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version: 22
20
- name: Install, build
21
run: |
22
- pnpm --ignore-scripts --filter server install
+ pnpm --ignore-scripts install
23
cd server
24
pnpm build
25
- name: Set up Docker Buildx
0 commit comments