From 2f225d25ad1a854317c5766fc886b471d2768d10 Mon Sep 17 00:00:00 2001 From: Juri Strumpflohner Date: Thu, 1 Aug 2024 05:14:44 -0700 Subject: [PATCH] docs(core): adjust video button position on npm workspaces tutorial (#27254) small PR to adjusts the position of the video button on the npm workspaces tutorial. ## Expected Behavior Screenshot 2024-08-01 at 11 16 46 ## Related Issue(s) Fixes # --- docs/shared/tutorials/npm-workspaces.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/shared/tutorials/npm-workspaces.md b/docs/shared/tutorials/npm-workspaces.md index e278237808..b8a8e58479 100644 --- a/docs/shared/tutorials/npm-workspaces.md +++ b/docs/shared/tutorials/npm-workspaces.md @@ -363,12 +363,12 @@ After this first release, you can remove the `--first-release` flag and just run ## Fast CI ⚡ {% highlightColor="green" %} +{% video-link link="https://youtu.be/ZA9K4iT3ANc?t=821" /%} + {% callout type="check" title="Forked repository with Nx" %} Make sure you have completed the previous sections of this tutorial before starting this one. If you want a clean starting point, you can fork the [sample repository with Nx already added](https://github.com/nrwl/nx-recipes/tree/main/npm-workspaces). {% /callout %} -{% video-link link="https://youtu.be/ZA9K4iT3ANc?t=821" /%} - So far in this tutorial you've seen how Nx improves the local development experience, but the biggest difference Nx makes is in CI. As repositories get bigger, making sure that the CI is fast, reliable and maintainable can get very challenging. Nx provides a solution. - Nx reduces wasted time in CI with the [`affected` command](/ci/features/affected).