diff options
author | 2023-08-14 19:25:29 +0000 | |
---|---|---|
committer | 2023-08-14 19:25:29 +0000 | |
commit | 1e9902177d1a91a16352d0b71c46eb72031d727e (patch) | |
tree | 48c93297525d97afe82a81383d8783375642fffe /packages/create-astro/src/messages.ts | |
parent | 44cf30a25209b331e6e8a95a4b40a768ede3604a (diff) | |
download | astro-1e9902177d1a91a16352d0b71c46eb72031d727e.tar.gz astro-1e9902177d1a91a16352d0b71c46eb72031d727e.tar.zst astro-1e9902177d1a91a16352d0b71c46eb72031d727e.zip |
[ci] format
Diffstat (limited to '')
-rw-r--r-- | packages/create-astro/src/messages.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/create-astro/src/messages.ts b/packages/create-astro/src/messages.ts index da2c08f1d..89ccddcdb 100644 --- a/packages/create-astro/src/messages.ts +++ b/packages/create-astro/src/messages.ts @@ -1,11 +1,11 @@ /* eslint no-console: 'off' */ import { color, say as houston, label, spinner as load } from '@astrojs/cli-kit'; import { align, sleep } from '@astrojs/cli-kit/utils'; -import { shell } from './shell.js'; import fetch from 'node-fetch-native'; import { exec } from 'node:child_process'; import stripAnsi from 'strip-ansi'; import detectPackageManager from 'which-pm-runs'; +import { shell } from './shell.js'; // Users might lack access to the global npm registry, this function // checks the user's project type and will return the proper npm registry |