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

15 lines
424 B
Markdown

---
title: 'Run Tasks with Nx'
videoUrl: 'https://youtu.be/aEdfYiA5U34'
duration: '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](/features/run-tasks)