[ci] yarn format

This commit is contained in:
matthewp 2022-02-23 13:42:05 +00:00 committed by GitHub Actions
parent 2ad88a9235
commit 1fba0c4c72

View file

@ -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;
}