Skip to content

Commit 06bb904

Browse files
authored
chore: use better pnpm settings (#530)
1 parent 7d450d4 commit 06bb904

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,5 @@
5050
"knip": "^6.0.0",
5151
"lint-staged": "^16.0.0",
5252
"semantic-release": "^25.0.0"
53-
},
54-
"pnpm": {
55-
"onlyBuiltDependencies": [
56-
"oxc-resolver"
57-
]
5853
}
5954
}

pnpm-workspace.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blockExoticSubdeps: true
2+
enablePrePostScripts: false
3+
ignorePatchFailures: false
4+
optimisticRepeatInstall: true
5+
shellEmulator: true
6+
trustPolicy: no-downgrade
7+
trustPolicyIgnoreAfter: 10080
8+
verifyDepsBeforeRun: install

0 commit comments

Comments
 (0)