[ci] format

This commit is contained in:
tony-sull 2022-08-05 20:38:06 +00:00 committed by fredkbot
parent 5811208182
commit 14d27c1d6f

View file

@ -7,7 +7,7 @@ import { ensureDir } from '../utils/paths.js';
async function globImages(dir: URL) {
const srcPath = fileURLToPath(dir);
return await glob('./**/*.{heic,heif,avif,jpeg,jpg,png,tiff,webp,gif}', {
cwd: fileURLToPath(dir)
cwd: fileURLToPath(dir),
});
}