summaryrefslogtreecommitdiff
path: root/packages/create-astro/src/messages.ts
diff options
context:
space:
mode:
authorGravatar natemoo-re <natemoo-re@users.noreply.github.com> 2023-08-14 19:25:29 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2023-08-14 19:25:29 +0000
commit1e9902177d1a91a16352d0b71c46eb72031d727e (patch)
tree48c93297525d97afe82a81383d8783375642fffe /packages/create-astro/src/messages.ts
parent44cf30a25209b331e6e8a95a4b40a768ede3604a (diff)
downloadastro-1e9902177d1a91a16352d0b71c46eb72031d727e.tar.gz
astro-1e9902177d1a91a16352d0b71c46eb72031d727e.tar.zst
astro-1e9902177d1a91a16352d0b71c46eb72031d727e.zip
[ci] format
Diffstat (limited to '')
-rw-r--r--packages/create-astro/src/messages.ts2
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