diff options
author | 2022-02-15 20:51:14 +0000 | |
---|---|---|
committer | 2022-02-15 20:51:14 +0000 | |
commit | 987356fb313fe185471b53f71a204e60590054b9 (patch) | |
tree | 512ee7a67ebad0eef8250cc26f7c10b1a33d5d19 /scripts/smoke/index.js | |
parent | 0f6588b229453cc6a1a9267507fddec857e4596f (diff) | |
download | astro-987356fb313fe185471b53f71a204e60590054b9.tar.gz astro-987356fb313fe185471b53f71a204e60590054b9.tar.zst astro-987356fb313fe185471b53f71a204e60590054b9.zip |
[ci] yarn format
Diffstat (limited to 'scripts/smoke/index.js')
-rw-r--r-- | scripts/smoke/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/smoke/index.js b/scripts/smoke/index.js index ffb0abba9..c3c545529 100644 --- a/scripts/smoke/index.js +++ b/scripts/smoke/index.js @@ -41,7 +41,7 @@ async function run() { const directories = await getChildDirectories(exampleDir); // TODO Skipped the docs-main test since it is failing at the moment. - directories.push(/*await downloadGithubZip(docGithubConfig), */await downloadGithubZip(wwwGithubConfig)); + directories.push(/*await downloadGithubZip(docGithubConfig), */ await downloadGithubZip(wwwGithubConfig)); console.log('🤖', 'Preparing', 'yarn'); |