Skip to content

Commit fd49cf1

Browse files
committed
chore: remove husky pre-commit hooks
1 parent 67fe8fc commit fd49cf1

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.husky/pre-commit

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

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@
1212
"build": "turbo run build",
1313
"test": "turbo run test",
1414
"typecheck": "turbo run typecheck",
15-
"api:dev": "turbo run dev --filter=@stackforge/api",
16-
"prepare": "husky"
15+
"api:dev": "turbo run dev --filter=@stackforge/api"
1716
},
1817
"devDependencies": {
19-
"husky": "^9.1.7",
2018
"turbo": "^2.3.3",
2119
"typescript": "^5.7.3"
2220
}

0 commit comments

Comments
 (0)