From aaf0cd8bfc7c08e71d66b9af1590f171ec40ea72 Mon Sep 17 00:00:00 2001 From: Sarah Rainsberger Date: Wed, 29 Jun 2022 11:10:20 -0300 Subject: [PATCH] Added: reminder to also update docs if create-astro flow or wording is changed (#3760) --- packages/create-astro/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/create-astro/src/index.ts b/packages/create-astro/src/index.ts index fba9b710c..dbb34740d 100644 --- a/packages/create-astro/src/index.ts +++ b/packages/create-astro/src/index.ts @@ -45,6 +45,7 @@ const { version } = JSON.parse( const FILES_TO_REMOVE = ['.stackblitzrc', 'sandbox.config.json', 'CHANGELOG.md']; // some files are only needed for online editors when using astro.new. Remove for create-astro installs. +// Please also update the installation instructions in the docs at https://github.com/withastro/docs/blob/main/src/pages/en/install/auto.md if you make any changes to the flow or wording here. export async function main() { const pkgManager = pkgManagerFromUserAgent(process.env.npm_config_user_agent);