Some checks failed
Build and deploy updated apps / Build & deploy (push) Failing after 50s
4 lines
384 B
Plaintext
4 lines
384 B
Plaintext
shared-workspace-lockfile=true # all apps/packages share the same root lockfile
|
|
frozen-lockfile=true # pnpm install updates the lockfile, the CI uses pnpm install --frozen-lockfile which fails if one package.json is out of sync
|
|
prefer-workspace-packages=true # if a package like @acme/utils exists locally use this one, not the one from a registry
|
|
save-exact = true # never add ^ or ~ |