nx/docs/courses/explore-nx/lessons/02-run-tasks.md

424 B

title videoUrl duration
Run Tasks with Nx https://youtu.be/aEdfYiA5U34 4:19

Learn how Nx provides a powerful task runner that allows you to:

  • easily run multiple targets for multiple projects in parallel
  • define task pipelines to run tasks in the correct order
  • only run tasks for projects affected by a given change
  • speed up task execution with caching

Read more in our docs