summaryrefslogtreecommitdiff
path: root/scripts/smoke/index.js
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2022-02-23 13:42:05 +0000
committerGravatar GitHub Actions <actions@github.com> 2022-02-23 13:42:05 +0000
commit1fba0c4c72b04af9a9403e3d6ab52f5927a67283 (patch)
treecd5138d341a8f0f021cb168b1a12bfaa144e3624 /scripts/smoke/index.js
parent2ad88a9235ea2cb92e0b628c40e375ebe7095176 (diff)
downloadastro-1fba0c4c72b04af9a9403e3d6ab52f5927a67283.tar.gz
astro-1fba0c4c72b04af9a9403e3d6ab52f5927a67283.tar.zst
astro-1fba0c4c72b04af9a9403e3d6ab52f5927a67283.zip
[ci] yarn format
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;
}