mirror of
https://github.com/withastro/astro.git
synced 2025-01-22 10:31:53 -05:00
[ci] yarn format
This commit is contained in:
parent
0f6588b229
commit
987356fb31
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in a new issue