Commit 52a4778
authored
fix(create): skip hooks prompt in monorepo and enable verbose for remote templates (#764)
- Skip pre-commit hooks prompt when running `vp create` inside a monorepo,
since hooks are managed at the monorepo root
- Enable verbose mode by default for non-builtin templates (e.g.,`
``@tanstack/create-start`, custom templates) so their interactive CLI
output is visible
- Skip git init prompt in monorepo template when running in silent mode
closes VP-2381 parent 5d087b7 commit 52a4778
2 files changed
Lines changed: 12 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
349 | | - | |
| 349 | + | |
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
| |||
513 | 513 | | |
514 | 514 | | |
515 | 515 | | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
516 | 523 | | |
517 | 524 | | |
518 | 525 | | |
| |||
687 | 694 | | |
688 | 695 | | |
689 | 696 | | |
690 | | - | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
691 | 700 | | |
692 | 701 | | |
693 | 702 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments