Skip to content
Snippets Groups Projects
Commit 1eb57514 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5590 OZG-5591 Fix file formatting

parent 60e220dc
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
"@nx/angular:library": { "@nx/angular:library": {
"linter": "eslint", "linter": "eslint",
"unitTestRunner": "jest", "unitTestRunner": "jest",
"style": "scss" "styleext": "scss"
}, },
"@nrwl/schematics:component": { "@nrwl/schematics:component": {
"styleext": "scss" "styleext": "scss"
...@@ -42,35 +42,20 @@ ...@@ -42,35 +42,20 @@
"$schema": "./node_modules/nx/schemas/nx-schema.json", "$schema": "./node_modules/nx/schemas/nx-schema.json",
"targetDefaults": { "targetDefaults": {
"build": { "build": {
"dependsOn": [ "dependsOn": ["^build"],
"^build" "inputs": ["production", "^production"],
],
"inputs": [
"production",
"^production"
],
"cache": true "cache": true
}, },
"e2e": { "e2e": {
"inputs": [ "inputs": ["default", "^production"],
"default",
"^production"
],
"cache": true "cache": true
}, },
"test": { "test": {
"inputs": [ "inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"],
"default",
"^production",
"{workspaceRoot}/jest.preset.js"
],
"cache": true "cache": true
}, },
"lint": { "lint": {
"inputs": [ "inputs": ["default", "{workspaceRoot}/.eslintrc.json"],
"default",
"{workspaceRoot}/.eslintrc.json"
],
"cache": true "cache": true
}, },
"build-storybook": { "build-storybook": {
...@@ -84,10 +69,7 @@ ...@@ -84,10 +69,7 @@
} }
}, },
"namedInputs": { "namedInputs": {
"default": [ "default": ["{projectRoot}/**/*", "sharedGlobals"],
"{projectRoot}/**/*",
"sharedGlobals"
],
"sharedGlobals": [ "sharedGlobals": [
"{workspaceRoot}/angular.json", "{workspaceRoot}/angular.json",
"{workspaceRoot}/tsconfig.base.json", "{workspaceRoot}/tsconfig.base.json",
...@@ -110,9 +92,7 @@ ...@@ -110,9 +92,7 @@
"tasksRunnerOptions": { "tasksRunnerOptions": {
"default": { "default": {
"options": { "options": {
"cacheableOperations": [ "cacheableOperations": ["build-storybook"]
"build-storybook"
]
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment