webapps/.npmrc
Dominik Milacher 0dc24c4db7
Some checks failed
Build and deploy updated apps / Build & deploy (push) Failing after 50s
Extend ux layer and overhaul panoramablick-saalbach.at
2025-11-21 21:17:52 +01:00

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 ~