Ignoring pre-commit on webp transform
This commit is contained in:
parent
5c50574502
commit
a3f66b61d0
@ -3,4 +3,4 @@
|
||||
set -eo pipefail
|
||||
|
||||
find ./ -type f -name '*.png' -not -path '*/.git/*' -exec sh -c 'cwebp $1 -o "${1%.png}.webp"' _ {} \;
|
||||
find . -type f -not -path '*/.git/*' -exec sed -i -e 's/\.png/\.webp/g' {} \;
|
||||
find . -type f -not -path '*/.git/*' \( ! -iname "pre-commit" \) -exec sed -i -e 's/\.png/\.webp/g' {} \;
|
||||
|
Loading…
x
Reference in New Issue
Block a user