Skip to content

Commit

Permalink
Merge pull request #1 from aleksrutins/feat/nx-cloud/setup
Browse files Browse the repository at this point in the history
feat(nx-cloud): setup nx workspace
  • Loading branch information
aleksrutins authored Jun 24, 2024
2 parents b103b0b + d90c02e commit 4ba6286
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,8 @@
"@nx/jest:jest": {
"cache": true,
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"],
"options": {
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"codeCoverage": true
}
}
"options": { "passWithNoTests": true },
"configurations": { "ci": { "ci": true, "codeCoverage": true } }
}
},
"namedInputs": {
Expand All @@ -42,5 +35,6 @@
"!{projectRoot}/test-setup.[jt]s"
],
"sharedGlobals": []
}
},
"nxCloudAccessToken": "M2Y3NDM2NTEtMTA1OS00MzkxLWE0MzAtMzgxNGFjMGU4NDI3fHJlYWQtd3JpdGU="
}

0 comments on commit 4ba6286

Please sign in to comment.