diff --git a/nx.json b/nx.json index 2a801035b45c..78d931f5ae31 100644 --- a/nx.json +++ b/nx.json @@ -28,9 +28,7 @@ "build:bundle": { "dependsOn": [ "^build:transpile", - "build:transpile", - "^build:types", - "build:types" + "build:transpile" ], "outputs": [ "{projectRoot}/build/bundles"