We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f6cf1 commit 8493135Copy full SHA for 8493135
package.json
@@ -32,7 +32,7 @@
32
"test:esm": "npm install --prefix tests/esm && npm test --prefix tests/esm",
33
"test:package": "npm run test:cjs && npm run test:esm",
34
"size": "./size.sh",
35
- "prepare": "husky install",
+ "prepare": "husky",
36
"lint": "biome check --write --unsafe --no-errors-on-unmatched src/*.ts",
37
"lint:staged": "biome check --write --unsafe --staged --no-errors-on-unmatched src/**/*.ts"
38
},
0 commit comments