Skip to content

Commit

Permalink
ci: Add read-only Nx cloud token (#41)
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/6412ca9d1c251d000efa21ba/workspaces/65cc7f5286fad55a3e0f822a

* Adjust position

* Read-only token

* New public token

* Cache test:types
  • Loading branch information
lachlancollins authored Feb 14, 2024
1 parent 44535e6 commit 07d5e7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@
"defaultBase": "main"
},
"defaultBase": "main",
"nxCloudAccessToken": "ZjA2YjFlNGUtYmRlZS00YjhmLWIwZDktOWZlNTM5NDI5YWEzfHJlYWQ=",
"parallel": 5,
"targetDefaults": {
"test:build": {
"cache": true
},
"test:eslint": {
"cache": true
},
"test:types": {
"cache": true
}
}
}

0 comments on commit 07d5e7d

Please sign in to comment.