From e2f7ef8b44dafaef8f33815dcb1c3d54ea71f0c0 Mon Sep 17 00:00:00 2001 From: bholmesdev Date: Thu, 28 Apr 2022 00:59:36 +0000 Subject: [PATCH] [ci] format --- packages/create-astro/test/utils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/create-astro/test/utils.js b/packages/create-astro/test/utils.js index 8d7cf67c1..70ad32210 100644 --- a/packages/create-astro/test/utils.js +++ b/packages/create-astro/test/utils.js @@ -27,7 +27,8 @@ export const PROMPT_MESSAGES = { directory: 'Where would you like to create your app?', template: 'Which app template would you like to use?', install: (pkgManager) => `Would you like us to run "${pkgManager} install?"`, - astroAdd: (astroAddCommand = 'npx astro@latest add --yes') => `Run "${astroAddCommand}?" This lets you optionally add component frameworks (ex. React), CSS frameworks (ex. Tailwind), and more.`, + astroAdd: (astroAddCommand = 'npx astro@latest add --yes') => + `Run "${astroAddCommand}?" This lets you optionally add component frameworks (ex. React), CSS frameworks (ex. Tailwind), and more.`, }; export function setup(args = []) {