mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix(cli): add --no-git option to fumadocs setup command
This commit is contained in:
5
.changeset/free-rings-accept.md
Normal file
5
.changeset/free-rings-accept.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"create-better-t-stack": patch
|
||||
---
|
||||
|
||||
add --no-git option to fumadocs setup command
|
||||
@@ -59,7 +59,7 @@ export async function setupFumadocs(config: ProjectConfig) {
|
||||
|
||||
const templateArg = TEMPLATES[template].value;
|
||||
|
||||
const commandWithArgs = `create-fumadocs-app@latest fumadocs --template ${templateArg} --src --no-install --pm ${packageManager} --no-eslint`;
|
||||
const commandWithArgs = `create-fumadocs-app@latest fumadocs --template ${templateArg} --src --no-install --pm ${packageManager} --no-eslint --no-git`;
|
||||
|
||||
const fumadocsInitCommand = getPackageExecutionCommand(
|
||||
packageManager,
|
||||
|
||||
Reference in New Issue
Block a user