Merge Branch create-util #19
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@matthiesenxyz/create-astro-ghostcms",
|
||||
"version": "0.0.1-dev23",
|
||||
"version": "0.0.1-dev24",
|
||||
"description": "Utility to quickly get started with our Integration and astro",
|
||||
"type": "module",
|
||||
"main": "./create-astro-ghostcms.mjs",
|
||||
|
|
|
@ -50,7 +50,7 @@ export async function createBasic(ctx) {
|
|||
// initialValue: false,
|
||||
//}),
|
||||
readyCheck: () => p.confirm({
|
||||
message: `${c.bgYellow(c.black(c.bold(' CONFIRM: Press Select Yes to continue or `Ctrl+C` to Cancel. ')))}`,
|
||||
message: `${c.bgYellow(c.black(c.bold(' CONFIRM: Press Enter Twice to continue or `Ctrl+C` to Cancel. ')))}`,
|
||||
initialValue: true,
|
||||
}),
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue