diff --git a/nx.json b/nx.json index 9e1b798e1..5384b79b0 100644 --- a/nx.json +++ b/nx.json @@ -12,9 +12,7 @@ "prod": ["!{projectRoot}/**/*.spec.ts"] }, "targetDefaults": { - "build": { - "cache": true - }, + "build": { "cache": true }, "package": { "cache": true, "inputs": [ @@ -23,13 +21,8 @@ "{workspaceRoot}/tools/scripts/build-packages.mjs" ] }, - "package-lib": { - "cache": true - }, - "test": { - "inputs": ["default", "^prod"], - "cache": true - }, + "package-lib": { "cache": true }, + "test": { "inputs": ["default", "^prod"], "cache": true }, "@nx/eslint:lint": { "inputs": [ "default", @@ -57,18 +50,13 @@ }, "changelog": { "automaticFromRef": true, - "projectChangelogs": { - "createRelease": "github" - } - } - }, - "pluginsConfig": { - "@nx/js": { - "analyzeSourceFiles": true + "projectChangelogs": { "createRelease": "github" } } }, + "pluginsConfig": { "@nx/js": { "analyzeSourceFiles": true } }, "nxCloudAccessToken": "MjMzYTA3OWMtMjQ1MS00YzFhLWExYTYtODMzMTM5MmQxZmE1fHJlYWQtd3JpdGU=", "useInferencePlugins": true, "defaultBase": "main", - "analytics": false + "analytics": false, + "nxCloudId": "6a3e997e7427195a38f6bdbc" }