From cd175ddae20aa7b8123c80e79ae0bb6180725e33 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Fri, 21 Jul 2023 13:34:47 +0200 Subject: [PATCH] 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 --- nx.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nx.json b/nx.json index 4d368d0265..11c6d51557 100644 --- a/nx.json +++ b/nx.json @@ -15,7 +15,8 @@ }, "namedInputs": { "default": [ - "{projectRoot}/**/*" + "{projectRoot}/**/*", + "{workspaceRoot}/ghost/tsconfig.json" ] }, "targetDefaults": {