diff options
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'); |