Skip to content

Commit 20548bc

Browse files
committed
chore: change verifyDepsBeforeRun to "prompt".
1 parent 5f46cfb commit 20548bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pnpm-workspace.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ trustPolicy: no-downgrade
4848
trustPolicyExclude:
4949
- semver@5.7.2 || 6.3.1 # tsd@0.20.0 || @docusaurus/core@3.10.0 - https://socket.dev/npm/package/semver/overview/5.7.2 || https://socket.dev/npm/package/semver/overview/6.3.1
5050

51-
# Fail before running custom scripts if `node_modules` is out of date.
51+
# Prompt before running custom scripts if `node_modules` is out of date.
5252
# https://pnpm.io/settings#verifydepsbeforerun
53-
verifyDepsBeforeRun: error
53+
verifyDepsBeforeRun: prompt

0 commit comments

Comments
 (0)