Skip to content

Commit 4f4537a

Browse files
committed
build(husky): fix release issue with Husky
1 parent 95d096d commit 4f4537a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/chatty-ladybugs-vanish.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'lint-staged': patch
3+
---
4+
5+
Fix release issue with previous version; update dependencies

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"lib"
2929
],
3030
"scripts": {
31-
"prepare": "husky",
3231
"lint": "eslint .",
3332
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules npx jest --coverage",
3433
"test:watch": "npm run test -- --watch",

0 commit comments

Comments
 (0)