We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91fafff commit 138e1d3Copy full SHA for 138e1d3
1 file changed
pnpm-workspace.yaml
@@ -23,8 +23,14 @@ onlyBuiltDependencies:
23
# Save exact dependency versions in `package.json`
24
savePrefix: ''
25
26
+# Only install packages that are at least 2 days old
27
+minimumReleaseAge: 2880
28
+minimumReleaseAgeExclude:
29
+ - '@h5web/*'
30
+ - '@esrf/config'
31
+
32
# Check that `node_modules` is up to date before running scripts
-# verifyDepsBeforeRun: 'error'
33
+verifyDepsBeforeRun: 'error'
34
35
# Every project must have these scripts in their `package.json`
36
requiredScripts:
0 commit comments