Back to Nx

Run Tasks with Nx

nx-dev/nx-dev/courses-content/explore-nx/lessons/02-run-tasks.md

23.1.1334 B
Original Source

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