diff --git a/alfa-client/nx.json b/alfa-client/nx.json index 240d83df00b9ce0f7b108f2895dd4b5c05f843a1..972e0ca235126465a95f3927eef852f1eee0e3f6 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 +}