mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Do no download snap if binary exists
This commit is contained in:
parent
0173d0fe46
commit
67a444ad2b
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user