From 74e027c2c85055168a69066b6598f8c6132731a6 Mon Sep 17 00:00:00 2001 From: Iku-turso Date: Fri, 2 Jun 2023 12:25:50 +0300 Subject: [PATCH] chore: Make default output of build scripts explicit Co-authored-by: Janne Savolainen Signed-off-by: Mikko Aspiala Signed-off-by: Iku-turso --- nx.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nx.json b/nx.json index c1177d8fa0..b7d54708ff 100644 --- a/nx.json +++ b/nx.json @@ -29,6 +29,10 @@ { "env": "NODE_ENV" } + ], + + "outputs": [ + "dist" ] }, "build:app": {