From 1eb575148ac21994ecdddd4170e3e31df96a488c Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Fri, 26 Apr 2024 13:05:03 +0200 Subject: [PATCH] OZG-5590 OZG-5591 Fix file formatting --- alfa-client/nx.json | 38 +++++++++----------------------------- 1 file changed, 9 insertions(+), 29 deletions(-) diff --git a/alfa-client/nx.json b/alfa-client/nx.json index 240d83df00..972e0ca235 100644 --- a/alfa-client/nx.json +++ b/alfa-client/nx.json @@ -15,7 +15,7 @@ "@nx/angular:library": { "linter": "eslint", "unitTestRunner": "jest", - "style": "scss" + "styleext": "scss" }, "@nrwl/schematics:component": { "styleext": "scss" @@ -42,35 +42,20 @@ "$schema": "./node_modules/nx/schemas/nx-schema.json", "targetDefaults": { "build": { - "dependsOn": [ - "^build" - ], - "inputs": [ - "production", - "^production" - ], + "dependsOn": ["^build"], + "inputs": ["production", "^production"], "cache": true }, "e2e": { - "inputs": [ - "default", - "^production" - ], + "inputs": ["default", "^production"], "cache": true }, "test": { - "inputs": [ - "default", - "^production", - "{workspaceRoot}/jest.preset.js" - ], + "inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"], "cache": true }, "lint": { - "inputs": [ - "default", - "{workspaceRoot}/.eslintrc.json" - ], + "inputs": ["default", "{workspaceRoot}/.eslintrc.json"], "cache": true }, "build-storybook": { @@ -84,10 +69,7 @@ } }, "namedInputs": { - "default": [ - "{projectRoot}/**/*", - "sharedGlobals" - ], + "default": ["{projectRoot}/**/*", "sharedGlobals"], "sharedGlobals": [ "{workspaceRoot}/angular.json", "{workspaceRoot}/tsconfig.base.json", @@ -110,10 +92,8 @@ "tasksRunnerOptions": { "default": { "options": { - "cacheableOperations": [ - "build-storybook" - ] + "cacheableOperations": ["build-storybook"] } } } -} \ No newline at end of file +} -- GitLab