We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9beaad commit 50e2aaaCopy full SHA for 50e2aaa
package.json
@@ -40,7 +40,7 @@
40
"lint": "eslint .",
41
"test": "vitest",
42
"typecheck": "tsc --noEmit",
43
- "prepublishOnly": "pnpm build"
+ "prepare": "pnpm build"
44
},
45
"peerDependencies": {
46
"@rspack/cli": "*",
@@ -96,6 +96,11 @@
96
"typescript": "^5.8.3",
97
"vitest": "^3.2.2"
98
99
+ "pnpm": {
100
+ "overrides": {
101
+ "eslint-import-resolver-oxc": "file:."
102
+ }
103
+ },
104
"simple-git-hooks": {
105
"pre-commit": "npx nano-staged"
106
0 commit comments