summaryrefslogtreecommitdiff
path: root/scripts/smoke/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/smoke/index.js')
-rw-r--r--scripts/smoke/index.js2
1 files changed, 1 insertions, 1 deletions
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;
}