[ci] yarn format
This commit is contained in:
parent
2ad88a9235
commit
1fba0c4c72
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue