-
Notifications
You must be signed in to change notification settings - Fork 48
feat(nx-cloud): set up nx workspace #563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: bfb0db6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx affected -t build lint test docs e2e-ci |
⛔ Cancelled | <1s | View ↗ |
nx-cloud record -- nx format:check --verbose |
✅ Succeeded | 7s | View ↗ |
☁️ Nx Cloud last updated this comment at 2025-11-25 18:58:45 UTC
8fcbbb4 to
6bd09fc
Compare
6bd09fc to
be4652d
Compare
15fd867 to
3925653
Compare
3925653 to
7c8c0c2
Compare
18d9be9 to
46524ef
Compare
This commit sets up Nx Cloud for your Nx workspace, enabling distributed caching and the Nx Cloud GitHub integration for fast CI and improved developer experience. **Note:** This commit attempts to maintain formatting of the nx.json file, however you may need to correct formatting by running an nx format command and committing the changes.
46524ef to
976a530
Compare
6a4114e to
e708d67
Compare
fb2a3b8 to
b3f73e0
Compare

feat(nx-cloud): setup nx cloud workspace
This commit sets up Nx Cloud for your Nx workspace, enabling distributed caching and the Nx Cloud GitHub integration for fast CI and improved developer experience.
You can access your Nx Cloud workspace by going to
https://cloud.nx.app/orgs/6195684a2f082e00055e3c09/workspaces/691f769b1b6c37fb36143efb
Note: This commit attempts to maintain formatting of the nx.json file, however you may need to correct formatting by running an nx format command and committing the changes.