diff --git a/nx.json b/nx.json index 5d5972b..a9332c7 100644 --- a/nx.json +++ b/nx.json @@ -5,24 +5,17 @@ "runner": "nx-cloud", "options": { "cacheableOperations": ["build", "lint", "test", "e2e"], - "accessToken": "MjQ2ZjUxOTUtYWEyOS00M2I4LTg0NmUtOWZiYzY1OWFkMTUyfHJlYWQtd3JpdGU=" + "accessToken": "Y2FjNGUxZWQtYzgxNS00NjJhLTg0NTQtMTcyYTIxNzliZDVmfHJlYWQtd3JpdGU=" } } }, - "workspaceLayout": { - "projectNameAndRootFormat": "as-provided" - }, + "workspaceLayout": { "projectNameAndRootFormat": "as-provided" }, "targetDefaults": { - "build": { - "dependsOn": ["^build"], - "inputs": ["production", "^production"] - }, + "build": { "dependsOn": ["^build"], "inputs": ["production", "^production"] }, "lint": { "inputs": ["default", "{workspaceRoot}/.eslintrc.json", "{workspaceRoot}/.eslintignore", "{workspaceRoot}/eslint.config.js"] }, - "test": { - "inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"] - } + "test": { "inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"] } }, "namedInputs": { "default": ["{projectRoot}/**/*", "sharedGlobals"], @@ -40,19 +33,9 @@ }, "generators": { "@nx/react": { - "application": { - "style": "css", - "linter": "eslint", - "bundler": "rspack", - "babel": true - }, - "component": { - "style": "css" - }, - "library": { - "style": "css", - "linter": "eslint" - } + "application": { "style": "css", "linter": "eslint", "bundler": "rspack", "babel": true }, + "component": { "style": "css" }, + "library": { "style": "css", "linter": "eslint" } } } }