Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 320 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 320 Bytes

Goran

Running tasks

To execute tasks with Nx use the following syntax:

npx nx <target> <project> <...options>

You can also run multiple targets:

npx nx run-many -t <target1> <target2>

..or add -p to filter specific projects

npx nx run-many -t <target1> <target2> -p <proj1> <proj2>