mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -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": {
|
||||
"default": [
|
||||
"{projectRoot}/**/*"
|
||||
"{projectRoot}/**/*",
|
||||
"{workspaceRoot}/ghost/tsconfig.json"
|
||||
]
|
||||
},
|
||||
"targetDefaults": {
|
||||
|
|
Loading…
Add table
Reference in a new issue