Skip to content

Commit 50e2aaa

Browse files
committed
chore: use local package
1 parent b9beaad commit 50e2aaa

File tree

2 files changed

+19
-152
lines changed

2 files changed

+19
-152
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"lint": "eslint .",
4141
"test": "vitest",
4242
"typecheck": "tsc --noEmit",
43-
"prepublishOnly": "pnpm build"
43+
"prepare": "pnpm build"
4444
},
4545
"peerDependencies": {
4646
"@rspack/cli": "*",
@@ -96,6 +96,11 @@
9696
"typescript": "^5.8.3",
9797
"vitest": "^3.2.2"
9898
},
99+
"pnpm": {
100+
"overrides": {
101+
"eslint-import-resolver-oxc": "file:."
102+
}
103+
},
99104
"simple-git-hooks": {
100105
"pre-commit": "npx nano-staged"
101106
},

0 commit comments

Comments
 (0)