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 }