From d0f7270c28eaced961744a571318c726a7e64760 Mon Sep 17 00:00:00 2001 From: Charles Bochet Date: Tue, 17 Dec 2024 16:07:03 +0100 Subject: [PATCH] Fix twenty-front to take twenty-shared into account --- packages/twenty-front/project.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/twenty-front/project.json b/packages/twenty-front/project.json index 0c9a8e2f7..19618f949 100644 --- a/packages/twenty-front/project.json +++ b/packages/twenty-front/project.json @@ -8,7 +8,15 @@ "outputs": ["{options.outputPath}"], "options": { "outputPath": "{projectRoot}/build" - } + }, + "dependsOn": ["^build"] + }, + "build:sourcemaps": { + "outputs": ["{options.outputPath}"], + "options": { + "outputPath": "{projectRoot}/build" + }, + "dependsOn": ["^build"] }, "serve": { "executor": "nx:run-commands",