[ci] format
This commit is contained in:
parent
5811208182
commit
14d27c1d6f
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue