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",