diff options
author | 2022-06-29 11:10:20 -0300 | |
---|---|---|
committer | 2022-06-29 11:10:20 -0300 | |
commit | aaf0cd8bfc7c08e71d66b9af1590f171ec40ea72 (patch) | |
tree | d144bd2749c4a311767655249f361ece490b10ad | |
parent | 660abd3deeb3c451ce32d8d0d068ec6290e82d22 (diff) | |
download | astro-aaf0cd8bfc7c08e71d66b9af1590f171ec40ea72.tar.gz astro-aaf0cd8bfc7c08e71d66b9af1590f171ec40ea72.tar.zst astro-aaf0cd8bfc7c08e71d66b9af1590f171ec40ea72.zip |
Added: reminder to also update docs if create-astro flow or wording is changed (#3760)
-rw-r--r-- | packages/create-astro/src/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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); |