Remove svg2png from netlify build (#2121)

This commit is contained in:
Jesse Hills 2022-06-09 20:25:57 +12:00 committed by GitHub
parent 0737219106
commit ce5a390bf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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