Do no download snap if binary exists

This commit is contained in:
David Bomba 2021-03-25 23:07:38 +11:00
parent 0173d0fe46
commit 67a444ad2b

View File

@ -106,7 +106,7 @@
}, },
"scripts": { "scripts": {
"post-install-cmd": [ "post-install-cmd": [
"vendor/bin/snappdf download" "if [ '${IS_DOCKER:-false}' != 'true' ]; then vendor/bin/snappdf download; fi"
], ],
"post-update-cmd": [ "post-update-cmd": [
"vendor/bin/snappdf download" "vendor/bin/snappdf download"