From 7dcf5006d33e257e16b6b32ae5da1c4c17a8e0e3 Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Fri, 6 Feb 2026 17:55:01 -0800 Subject: [PATCH] prebuild @editor-ext --- nx.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nx.json b/nx.json index f6c4289f..9578f835 100644 --- a/nx.json +++ b/nx.json @@ -6,6 +6,11 @@ ], "cache": true }, + "start:dev": { + "dependsOn": [ + "^build" + ] + }, "lint": { "cache": true }