Skip to content

Commit

Permalink
Merge pull request #39 from getlarge/feat/nx-cloud/setup
Browse files Browse the repository at this point in the history
feat(nx-cloud): setup nx workspace
  • Loading branch information
getlarge authored Jul 24, 2024
2 parents d38dd71 + ac6b83e commit 3a6d79a
Showing 1 changed file with 10 additions and 36 deletions.
46 changes: 10 additions & 36 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,16 @@
{
"pluginsConfig": {
"@nx/js": {
"analyzeSourceFiles": true
}
},
"pluginsConfig": { "@nx/js": { "analyzeSourceFiles": true } },
"generators": {
"@nx/react": {
"application": {
"babel": true
}
},
"@nx/next": {
"application": {
"style": "css",
"linter": "eslint"
}
},
"@nx/react": { "application": { "babel": true } },
"@nx/next": { "application": { "style": "css", "linter": "eslint" } },
"@nx/angular:application": {
"style": "css",
"linter": "eslint",
"unitTestRunner": "jest",
"e2eTestRunner": "cypress"
},
"@nx/angular:library": {
"linter": "eslint",
"unitTestRunner": "jest"
},
"@nx/angular:component": {
"style": "css"
}
"@nx/angular:library": { "linter": "eslint", "unitTestRunner": "jest" },
"@nx/angular:component": { "style": "css" }
},
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"targetDefaults": {
Expand All @@ -37,18 +19,10 @@
"inputs": ["production", "^production"],
"cache": true
},
"version": {
"dependsOn": ["^version"]
},
"lint": {
"cache": true
},
"test": {
"cache": true
},
"e2e": {
"cache": true
},
"version": { "dependsOn": ["^version"] },
"lint": { "cache": true },
"test": { "cache": true },
"e2e": { "cache": true },
"@nx/eslint:lint": {
"cache": true,
"inputs": [
Expand All @@ -71,7 +45,7 @@
"!{projectRoot}/**/jest.setup.[jt]s"
]
},
"nxCloudAccessToken": "NzI5M2ZhYzctNzIyOS00NjAwLWI4ZjMtNjg1YjBjYTRhNGNhfHJlYWQtd3JpdGU=",
"nxCloudAccessToken": "NDUzNzFiNzctMTY0Yi00N2NiLWFjZjEtZDk5OTVkNDk5YzBlfHJlYWQtd3JpdGU=",
"parallel": 1,
"useInferencePlugins": false,
"defaultBase": "main"
Expand Down

0 comments on commit 3a6d79a

Please sign in to comment.