Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

juristr
Copy link
Member

@juristr juristr commented Oct 21, 2025

Current Behavior

Expected Behavior

Related Issue(s)

Fixes #

@vercel
Copy link

vercel bot commented Oct 21, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
nx-dev Error Error Oct 21, 2025 9:21pm

@netlify
Copy link

netlify bot commented Oct 21, 2025

Deploy Preview for nx-docs ready!

Name Link
🔨 Latest commit c67567e
🔍 Latest deploy log https://app.netlify.com/projects/nx-docs/deploys/68f7f1aeb59be50008498097
😎 Deploy Preview https://deploy-preview-33175--nx-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@nx-cloud
Copy link
Contributor

nx-cloud bot commented Oct 21, 2025

View your CI Pipeline Execution ↗ for commit c67567e

Command Status Duration Result
nx affected --targets=lint,test,test-kt,build,e... ❌ Failed 5m 36s View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 2m 38s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 3s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 2s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2025-10-21 21:14:21 UTC

Copy link
Contributor

@nx-cloud nx-cloud bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nx Cloud is proposing a fix for your failed CI:

We fixed the internal link checker errors by converting absolute URLs to relative paths and removing the reference to the missing image file. The article now uses relative paths (/docs/..., /nx-api/...) instead of full URLs (https://nx.dev/...), and the missing storybook-deps-graph.avif image reference has been removed from the content.

We verified this fix by re-running nx-dev:build.

Suggested Fix changes
diff --git a/docs/blog/2025-10-29-storybook-watch-dependencies-nx.md b/docs/blog/2025-10-29-storybook-watch-dependencies-nx.md
index b881513a4d..d56b7a9b8b 100644
--- a/docs/blog/2025-10-29-storybook-watch-dependencies-nx.md
+++ b/docs/blog/2025-10-29-storybook-watch-dependencies-nx.md
@@ -10,17 +10,13 @@ youtubeUrl: https://youtu.be/URc1aQU0Scs
 
 This came up in [our Discord](https://go.nx.dev/community): A Storybook setup in a library that depends on other packages in the monorepo. The problem? Some of these packages are so-called buildable libraries that need to be pre-built. However, this kinda breaks the developer experience because whenever you run Storybook and change something in one of those libraries, you won't see the effect right away. You need to manually rebuild the library, and only then will Storybook pick up the changes.
 
-Let me show you how we can fix this with Nx's [workspace watching feature](https://nx.dev/docs/guides/tasks--caching/workspace-watching).
+Let me show you how we can fix this with Nx's [workspace watching feature](/docs/guides/tasks--caching/workspace-watching).
 
 {% toc /%}
 
 ## The Problem: Buildable Libraries and Storybook
 
-I reproduced the setup in a very simplistic way to demonstrate the issue. Here's what we're working with:
-
-![Project graph showing Storybook library depending on UI library](/blog/images/articles/storybook-deps-graph.avif)
-
-We have a Storybook library (`feat-create-orders`) that depends on a buildable library (`ui`). The buildable library is configured to point to its pre-built output in the `dist` folder. This means everyone consuming this library in the monorepo will point to the pre-built version rather than the source files.
+I reproduced the setup in a very simplistic way to demonstrate the issue. We have a Storybook library (`feat-create-orders`) that depends on a buildable library (`ui`). The buildable library is configured to point to its pre-built output in the `dist` folder. This means everyone consuming this library in the monorepo will point to the pre-built version rather than the source files.
 
 Here's what the `ui` library's `package.json` looks like:
 
@@ -48,7 +44,7 @@ Notice how the main entry points to `./dist/index.js`. This means we need to kee
 
 ## The Solution: Nx Workspace Watching
 
-Nx actually has a feature that allows you to watch files and automatically run commands when they change. You can find all the details in the [Workspace Watching guide](https://nx.dev/docs/guides/tasks--caching/workspace-watching) in the Nx docs.
+Nx actually has a feature that allows you to watch files and automatically run commands when they change. You can find all the details in the [Workspace Watching guide](/docs/guides/tasks--caching/workspace-watching) in the Nx docs.
 
 The key is the `nx watch` command which lets you watch specific projects and run a command whenever a change is detected. Here's the basic syntax:
 
@@ -198,14 +194,14 @@ The combination of Nx's workspace watching, intelligent caching, and task orches
 
 ## Learn More
 
-- 📚 [Nx Workspace Watching Docs](https://nx.dev/docs/guides/tasks--caching/workspace-watching)
-- 🔧 [Storybook with Nx](https://nx.dev/nx-api/storybook)
+- 📚 [Nx Workspace Watching Docs](/docs/guides/tasks--caching/workspace-watching)
+- 🔧 [Storybook with Nx](/nx-api/nx/storybook)
 - 🎬 [Watch the Video Tutorial](https://youtu.be/URc1aQU0Scs)
 - 💻 [Demo Repository](https://github.com/juristr/nx-storybook-watchdeps)
 
 Also, make sure to check out:
 
-- 📖 [Nx Docs](https://nx.dev)
+- 📖 [Nx Docs](/docs)
 - 🐦 [X/Twitter](https://twitter.com/nxdevtools)
 - 💼 [LinkedIn](https://www.linkedin.com/company/nrwl/)
 - 🦋 [Bluesky](https://bsky.app/profile/nx.dev)

Apply fix via Nx Cloud  Reject fix via Nx Cloud

Or Apply changes locally with:

npx nx-cloud apply-locally YY3I-J1QE

Apply fix locally with your editor ↗  View interactive diff ↗


🎓 To learn more about Self Healing CI, please visit nx.dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant