From 8325fb85b2a03389da9230c8557bcd08a37ec59e Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Wed, 11 Sep 2024 15:53:00 +0200 Subject: [PATCH] Fixed TS types being cached by Nx ref https://linear.app/tryghost/issue/DEV-20/faster-builds - we need these to be cache so we can restore them in subsequent builds --- nx.json | 1 + 1 file changed, 1 insertion(+) diff --git a/nx.json b/nx.json index 2e9fd75591..80110ed5b9 100644 --- a/nx.json +++ b/nx.json @@ -34,6 +34,7 @@ "outputs": [ "{projectRoot}/dist", "{projectRoot}/es", + "{projectRoot}/types", "{projectRoot}/umd" ] },