Skip to content

Commit

Permalink
Merge pull request #1 from isaacplmann/feat/nx-cloud/setup
Browse files Browse the repository at this point in the history
feat(nx-cloud): setup nx workspace
  • Loading branch information
isaacplmann authored Jul 18, 2024
2 parents 467771c + ee4d806 commit bf8fd06
Showing 1 changed file with 8 additions and 22 deletions.
30 changes: 8 additions & 22 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"cli": {
"warnings": {
"versionMismatch": false
},
"warnings": { "versionMismatch": false },
"packageManager": "pnpm",
"analytics": false
},
Expand All @@ -11,13 +9,9 @@
"unitTestRunner": "jest",
"e2eTestRunner": "cypress"
},
"@nx/angular:library": {
"unitTestRunner": "jest"
},
"@nx/angular:library": { "unitTestRunner": "jest" },
"@nx/angular": {
"convert-tslint-to-eslint": {
"removeTSLintIfNoMoreTSLintTargets": true
}
"convert-tslint-to-eslint": { "removeTSLintIfNoMoreTSLintTargets": true }
},
"@nx/react": {
"application": {
Expand All @@ -26,9 +20,7 @@
"bundler": "webpack",
"babel": true
},
"component": {
"style": "css"
},
"component": { "style": "css" },
"library": {
"style": "css",
"linter": "eslint",
Expand All @@ -51,15 +43,8 @@
"@nx/jest:jest": {
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"],
"cache": true,
"options": {
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"codeCoverage": true
}
}
"options": { "passWithNoTests": true },
"configurations": { "ci": { "ci": true, "codeCoverage": true } }
},
"@nx/eslint:lint": {
"inputs": ["default", "{workspaceRoot}/.eslintrc.json"],
Expand All @@ -80,5 +65,6 @@
},
"parallel": 1,
"useInferencePlugins": false,
"defaultBase": "origin/main"
"defaultBase": "origin/main",
"nxCloudAccessToken": "ZGYxMGFmMzAtMmJiZC00YzkxLWI2NjItYjE5YzdhZTkyMzMwfHJlYWQtd3JpdGU="
}

0 comments on commit bf8fd06

Please sign in to comment.