Skip to content

Commit

Permalink
Update preversion script
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Sep 20, 2024
1 parent d9bd027 commit 1c7a084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1c7a084

Please sign in to comment.