diff --git a/package.json b/package.json index 095c795589..45d3f9092b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "generateClones": "bun ./src/scripts/icons/generateClones.ts", "lint": "biome check --write ./src", "format": "biome format --write ./src", - "preversion": "bun run contributors && bun run preview && bun run svgo && git add images/{contributors,fileIcons,folderIcons}.png icons/*.svg", + "preversion": "bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg", "preview": "bun ./src/scripts/preview/run.ts", "svgo": "svgo -i icons -o icons -q", "test": "bun test",