Skip to content

Commit d042f1d

Browse files
committed
chore: remove husky and related hooks
1 parent 9be09de commit d042f1d

4 files changed

Lines changed: 1 addition & 23 deletions

File tree

.husky/pre-commit

Lines changed: 0 additions & 1 deletion
This file was deleted.

.husky/pre-push

Lines changed: 0 additions & 1 deletion
This file was deleted.

package-lock.json

Lines changed: 0 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
"release": "npm run lint && npm run build && changeset publish",
1010
"build": "tsup ./src",
1111
"check-types": "tsc --noEmit",
12-
"lint": "biome check --write .",
13-
"test": "ts-node test/index.ts",
14-
"prepare": "husky"
12+
"lint": "biome check --write ."
1513
},
1614
"engines": {
1715
"node": ">=18.0.0"
@@ -21,7 +19,6 @@
2119
"@changesets/cli": "^2.28.1",
2220
"@squarecloud/api-types": "^0.5.0",
2321
"@types/node": "^22.13.11",
24-
"husky": "^9.1.7",
2522
"ts-node": "^10.9.2",
2623
"ts-node-dev": "^2.0.0",
2724
"tsc-alias": "^1.8.11",

0 commit comments

Comments
 (0)