diff --git a/nx.json b/nx.json index b7f8fad..1aea833 100644 --- a/nx.json +++ b/nx.json @@ -36,14 +36,8 @@ "style": "scss", "unitTestRunner": "vitest" }, - "@nx/angular:library": { - "style": "scss", - "unitTestRunner": "vitest" - }, - "@nx/angular:component": { - "changeDetection": "OnPush", - "style": "scss" - } + "@nx/angular:library": { "style": "scss", "unitTestRunner": "vitest" }, + "@nx/angular:component": { "changeDetection": "OnPush", "style": "scss" } }, - "nxCloudId": "6929a3d6be3a378ff41b9bb0" + "nxCloudId": "692d641ad4d6c6c6840b9bc4" }