Skip to content

Commit

Permalink
chore(nx-cloud): setup nx workspace (#754)
Browse files Browse the repository at this point in the history
feat(nx-cloud): setup nx cloud workspace 

This commit set up Nx Cloud for your Nx workspace enabling distributed
caching
and GitHub integration for fast CI and improved Developer Experience.

You can access your Nx Cloud workspace by going to 

https://cloud.nx.app/orgs/669fc79a87d71c8645c97496/workspaces/669fc7a9db75a0706be2b31b

**Note:** This commit attempts to maintain formatting of the nx.json,
however you may need to correct formatting by running an nx format
command and committing the changes.
  • Loading branch information
omercnet authored Jul 23, 2024
1 parent d1701fa commit 433b19a
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
@@ -1,15 +1,11 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"npmScope": "descope",
"affected": {
"defaultBase": "origin/main"
},
"affected": { "defaultBase": "origin/main" },
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"]
}
"options": { "cacheableOperations": ["build", "lint", "test", "e2e"] }
}
},
"targetDefaults": {
Expand Down Expand Up @@ -41,8 +37,6 @@
],
"sharedGlobals": []
},
"workspaceLayout": {
"appsDir": "packages/**",
"libsDir": "packages/**"
}
"workspaceLayout": { "appsDir": "packages/**", "libsDir": "packages/**" },
"nxCloudAccessToken": "OTk2MTNiMTQtODRiMi00OTVkLWE5MGQtNjMyY2ZkY2I0MDhlfHJlYWQtd3JpdGU="
}

0 comments on commit 433b19a

Please sign in to comment.