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:
parent
7c64a7ac09
commit
66cb1aee72
1 changed files with 1 additions and 0 deletions
1
nx.json
1
nx.json
|
@ -27,6 +27,7 @@
|
|||
"^build"
|
||||
],
|
||||
"inputs": [
|
||||
{ "env": "GHOST_CDN_URL" },
|
||||
"default",
|
||||
"^default"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue