fix(ci): include pnpm workspace files in sparse checkout
Some checks failed
Deploy Frontend / build-and-deploy (push) Failing after 32s

The pnpm-lock.yaml and other workspace files are at the repository root,
not in frontend/. Add them to sparse checkout for pnpm install to work.
This commit is contained in:
kempersc 2026-01-11 16:58:22 +01:00
parent 5aeda1c195
commit 03a506382d

View file

@ -43,6 +43,9 @@ jobs:
sparse-checkout: |
frontend
schemas
package.json
pnpm-lock.yaml
pnpm-workspace.yaml
sparse-checkout-cone-mode: false
- name: Install pnpm