We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490a27d commit a2b3675Copy full SHA for a2b3675
.pre-commit-hooks.yaml
@@ -1,6 +1,6 @@
1
- id: imageoptim
2
name: imageoptim
3
- entry: bash -c 'echo "$@"; exit' --
+ entry: bash -c 'echo "$@"; exit 0' --
4
language: node
5
files: \.(png|jpeg|jpg|gif)$
6
description: An hook to run image-optimin, jpegmin to optimise images
0 commit comments