We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d450d4 commit 06bb904Copy full SHA for 06bb904
package.json
@@ -50,10 +50,5 @@
50
"knip": "^6.0.0",
51
"lint-staged": "^16.0.0",
52
"semantic-release": "^25.0.0"
53
- },
54
- "pnpm": {
55
- "onlyBuiltDependencies": [
56
- "oxc-resolver"
57
- ]
58
}
59
pnpm-workspace.yaml
@@ -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