create-better-t-stack 2.33.8 → 2.33.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/dist/index.js +1 -1
- package/dist/{src-jDxvJPRx.js → src-BSUXyw1T.js} +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -2346,7 +2346,7 @@ async function setupUltracite(config, hasHusky) {
|
|
|
2346
2346
|
];
|
|
2347
2347
|
if (editors.length > 0) ultraciteArgs.push("--editors", ...editors);
|
|
2348
2348
|
if (rules.length > 0) ultraciteArgs.push("--rules", ...rules);
|
|
2349
|
-
if (hasHusky) ultraciteArgs.push("--
|
|
2349
|
+
if (hasHusky) ultraciteArgs.push("--integrations", "husky", "lint-staged");
|
|
2350
2350
|
const ultraciteArgsString = ultraciteArgs.join(" ");
|
|
2351
2351
|
const commandWithArgs = `ultracite@latest ${ultraciteArgsString} --skip-install`;
|
|
2352
2352
|
const ultraciteInitCommand = getPackageExecutionCommand(packageManager, commandWithArgs);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-better-t-stack",
|
|
3
|
-
"version": "2.33.
|
|
3
|
+
"version": "2.33.9",
|
|
4
4
|
"description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|