1 parent 67fe8fc commit fd49cf1Copy full SHA for fd49cf1
2 files changed
.husky/pre-commit
package.json
@@ -12,11 +12,9 @@
12
"build": "turbo run build",
13
"test": "turbo run test",
14
"typecheck": "turbo run typecheck",
15
- "api:dev": "turbo run dev --filter=@stackforge/api",
16
- "prepare": "husky"
+ "api:dev": "turbo run dev --filter=@stackforge/api"
17
},
18
"devDependencies": {
19
- "husky": "^9.1.7",
20
"turbo": "^2.3.3",
21
"typescript": "^5.7.3"
22
}
0 commit comments