Skip to content

Commit

Permalink
Added: reminder to also update docs if create-astro flow or wording i…
Browse files Browse the repository at this point in the history
…s changed
  • Loading branch information
sarah11918 authored Jun 28, 2022
1 parent 660abd3 commit 58add12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-astro/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 58add12

Please sign in to comment.