mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -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:
parent
7c64a7ac09
commit
66cb1aee72
1 changed files with 1 additions and 0 deletions
1
nx.json
1
nx.json
|
@ -27,6 +27,7 @@
|
||||||
"^build"
|
"^build"
|
||||||
],
|
],
|
||||||
"inputs": [
|
"inputs": [
|
||||||
|
{ "env": "GHOST_CDN_URL" },
|
||||||
"default",
|
"default",
|
||||||
"^default"
|
"^default"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue