Remove svg2png from netlify build (#2121)

This commit is contained in:
Jesse Hills 2022-06-09 20:25:57 +12:00
parent fff47bb143
commit e7276f5efc
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

@ -48,7 +48,7 @@ netlify-dependencies:
copy-svg2png:
cp svg2png/*.png _build/html/_images/
netlify: netlify-dependencies netlify-api html svg2png copy-svg2png
netlify: netlify-dependencies netlify-api html copy-svg2png
lint: html-strict
python3 lint.py