Skip to content

Commit 8493135

Browse files
committed
Update husky prepare command
1 parent 46f6cf1 commit 8493135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"test:esm": "npm install --prefix tests/esm && npm test --prefix tests/esm",
3333
"test:package": "npm run test:cjs && npm run test:esm",
3434
"size": "./size.sh",
35-
"prepare": "husky install",
35+
"prepare": "husky",
3636
"lint": "biome check --write --unsafe --no-errors-on-unmatched src/*.ts",
3737
"lint:staged": "biome check --write --unsafe --staged --no-errors-on-unmatched src/**/*.ts"
3838
},

0 commit comments

Comments
 (0)