Skip to content

Commit 96c75a3

Browse files
committed
remove husky
1 parent 45fc391 commit 96c75a3

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

.husky/commit-msg

-1
This file was deleted.

.husky/pre-commit

-1
This file was deleted.

bun.lockb

-331 Bytes
Binary file not shown.

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
},
1212
"scripts": {
1313
"automd": "automd",
14-
"prepare": "husky",
1514
"typecheck": "tsc --noEmit",
1615
"test": "vitest",
1716
"lint": "eslint .",
@@ -25,7 +24,6 @@
2524
"automd": "^0.3.7",
2625
"changelogen": "^0.5.5",
2726
"eslint": "^8.57.0",
28-
"husky": "^9.0.11",
2927
"typescript": "^5.4.3",
3028
"vitest": "^1.4.0"
3129
},
@@ -34,4 +32,4 @@
3432
"@commitlint/config-conventional"
3533
]
3634
}
37-
}
35+
}

0 commit comments

Comments
 (0)