We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fcfaf9 commit ab63bcbCopy full SHA for ab63bcb
package.json
@@ -55,11 +55,15 @@
55
"lint:biome": "biome check",
56
"lint:e18e": "e18e-cli analyze",
57
"prepack": "npm run build",
58
- "prepare": "lefthook install",
59
"prepublishOnly": "npm run lint && npm run test",
60
"publish:jsr": "jsr publish",
61
"publish:npm": "np",
62
"test": "uvu tests -r tsm --ignore shared.ts"
63
},
+ "pnpm": {
64
+ "onlyBuiltDependencies": [
65
+ "lefthook"
66
+ ]
67
+ },
68
"packageManager": "pnpm@10.17.0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef"
69
}
0 commit comments