0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00

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": { "namedInputs": {
"default": [ "default": [
"{projectRoot}/**/*" "{projectRoot}/**/*",
"{workspaceRoot}/ghost/tsconfig.json"
] ]
}, },
"targetDefaults": { "targetDefaults": {