Skip to content

Commit a2b3675

Browse files
Create .pre-commit-hooks.yaml
1 parent 490a27d commit a2b3675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- id: imageoptim
22
name: imageoptim
3-
entry: bash -c 'echo "$@"; exit' --
3+
entry: bash -c 'echo "$@"; exit 0' --
44
language: node
55
files: \.(png|jpeg|jpg|gif)$
66
description: An hook to run image-optimin, jpegmin to optimise images

0 commit comments

Comments
 (0)