From 1fba0c4c72b04af9a9403e3d6ab52f5927a67283 Mon Sep 17 00:00:00 2001 From: matthewp Date: Wed, 23 Feb 2022 13:42:05 +0000 Subject: [PATCH] [ci] yarn format --- scripts/smoke/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/smoke/index.js b/scripts/smoke/index.js index e375bcf6a..69e0c889a 100644 --- a/scripts/smoke/index.js +++ b/scripts/smoke/index.js @@ -59,7 +59,7 @@ async function run() { } // Run with the static build too - if(directory.pathname.includes('astro.build')) { + if (directory.pathname.includes('astro.build')) { // astro.build uses the static build, so rerunning with the flag actually negates it. continue; }