mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Add Biome and Husky for code formatting and Git hooks
This commit is contained in:
@@ -11,8 +11,7 @@
|
||||
"build:web:cloudflare": "bun install && bun run build:web",
|
||||
"build:cli": "turbo run build --filter=create-better-t-stack",
|
||||
"check": "turbo check",
|
||||
"prepare": "husky",
|
||||
"publish-packages": "turbo run build && changeset publish"
|
||||
"publish-packages": "turbo run build --filter=create-better-t-stack && changeset publish"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "1.9.4",
|
||||
@@ -28,6 +27,6 @@
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
},
|
||||
"packageManager": "bun@1.2.2",
|
||||
"packageManager": "bun@1.2.5",
|
||||
"workspaces": ["apps/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user