set install deps to true by default

This commit is contained in:
Adam Matthiesen 2024-01-29 00:53:58 -08:00
parent 1839d9febf
commit 3a536c1243
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@matthiesenxyz/create-astro-ghostcms",
"version": "0.0.4",
"version": "0.0.5",
"description": "Utility to quickly get started with our Integration and astro",
"type": "module",
"main": "./create-astro-ghostcms.mjs",

View File

@ -43,7 +43,7 @@ export async function createProject(ctx) {
const fCheck = await p.group({
installDeps: () => p.confirm({
message: `${c.cyan('Install dependencies? (Recommended)')}`,
initialValue: false,
initialValue: true,
}),
//GitRepo: () => p.confirm({
// message: `${c.cyan('Initialize a Git repository?')} ${c.italic(c.gray("( Tip: This Option gets Stuck Press Enter Twice if you get no reponse! )"))}`,