0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2024-12-30 22:34:01 -05:00

Added GHOST_CDN_URL env var to Nx cache inputs

ref https://linear.app/tryghost/issue/DEV-20/faster-builds

- this prevents Nx not rebuilding apps when the CDN url changes
This commit is contained in:
Daniel Lockyer 2024-09-11 13:16:41 +02:00 committed by Daniel Lockyer
parent 7c64a7ac09
commit 66cb1aee72

View file

@ -27,6 +27,7 @@
"^build"
],
"inputs": [
{ "env": "GHOST_CDN_URL" },
"default",
"^default"
],