fix(ci): include pnpm workspace files in sparse checkout
Some checks failed
Deploy Frontend / build-and-deploy (push) Failing after 32s
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:
parent
5aeda1c195
commit
03a506382d
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue