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:
parent
08c06129d3
commit
cd175ddae2
1 changed files with 2 additions and 1 deletions
3
nx.json
3
nx.json
|
@ -15,7 +15,8 @@
|
||||||
},
|
},
|
||||||
"namedInputs": {
|
"namedInputs": {
|
||||||
"default": [
|
"default": [
|
||||||
"{projectRoot}/**/*"
|
"{projectRoot}/**/*",
|
||||||
|
"{workspaceRoot}/ghost/tsconfig.json"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"targetDefaults": {
|
"targetDefaults": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue