fix(cli): ultracite setup arguments

This commit is contained in:
Aman Varshney
2025-08-18 22:00:39 +05:30
parent f1bed8efc0
commit b2d33a8f54
3 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
"create-better-t-stack": patch
---
fix ultracite integrations flag

View File

@@ -97,7 +97,7 @@ export async function setupUltracite(config: ProjectConfig, hasHusky: boolean) {
}
if (hasHusky) {
ultraciteArgs.push("--features", "husky", "lint-staged");
ultraciteArgs.push("--integrations", "husky", "lint-staged");
}
const ultraciteArgsString = ultraciteArgs.join(" ");

View File

@@ -14,7 +14,7 @@
},
"apps/cli": {
"name": "create-better-t-stack",
"version": "2.33.6",
"version": "2.33.8",
"bin": {
"create-better-t-stack": "dist/cli.js",
},