mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
chore: Show cloud credentials store in setup info (#236)
* chore: Show cloud credentials store in setup info * fix: pnpm sandbox policy for atomic write
This commit is contained in:
@@ -19,6 +19,10 @@ filesystem:
|
||||
# which guarantees atomicity
|
||||
- ${CWD}/package.json.*
|
||||
|
||||
# pnpm install/update writes pnpm-lock.yaml atomically via a sibling
|
||||
# temp file (e.g. pnpm-lock.yaml.139703784) followed by rename.
|
||||
- ${CWD}/pnpm-lock.yaml.*
|
||||
|
||||
# Need access for dependency resolution
|
||||
- ${CWD}/.pnpm-store
|
||||
|
||||
|
||||
Reference in New Issue
Block a user