Added shared tsconfig.json to list of files to build when changed

refs https://github.com/TryGhost/DevOps/issues/45

- if this file changes, we presumably want to re-run any builds because
  it's possible the typescript config has changed
This commit is contained in:
Daniel Lockyer 2023-07-21 13:34:47 +02:00 committed by Daniel Lockyer
parent 08c06129d3
commit cd175ddae2

View File

@ -15,7 +15,8 @@
},
"namedInputs": {
"default": [
"{projectRoot}/**/*"
"{projectRoot}/**/*",
"{workspaceRoot}/ghost/tsconfig.json"
]
},
"targetDefaults": {