There was an error while loading. Please reload this page.
optimo
1 parent 09eb018 commit fc2eadfCopy full SHA for fc2eadf
1 file changed
package.json
@@ -34,7 +34,9 @@
34
"nano-staged": {
35
"*.{astro,cjs,css,js,json,jsonc,jsx,mjs,ts,tsx}": [
36
"biome check --write --no-errors-on-unmatched"
37
- ]
+ ],
38
+ "*.{png,jpg,jpeg,webp,avif,heic,gif,svg}": "pnpm dlx optimo",
39
+ "*.{mp4,webm,mov}": "pnpm dlx optimo"
40
},
41
"devDependencies": {
42
"@biomejs/biome": "^2.5.5",
0 commit comments