One Command to Run Multiple Tasks in Parallel

preview_player
Показать описание
Starting with Nx 15.4 you can run multiple targets in a single command. Here's now!

▬▬▬▬▬▬ 🔗 Links ▬▬▬▬▬▬

▬▬▬▬▬▬ ⏱ Timecodes ▬▬▬▬▬▬
0:00 Intros
0:06 Nx run-many command
0:20 Pass multiple targets to run-many
0:40 Filtering projects with globs
2:04 New shorthand aliases
2:13 Wrapping up

▬▬▬▬▬▬ 🐦 Socials ▬▬▬▬▬▬
Рекомендации по теме
Комментарии
Автор

Thanks for the explanation for building with various possibilities to improve the building process in the development phase.

xcarlosr
Автор

What I really miss is to run those targets with different configurations. I know I can pass a configuration, but as far as I know the same configuration will be applied to all of the projects. What if I want --configuration=mock for one and --configuration=local for the other project?

codergym
Автор

Hi, i need to understand how add or migrate a standard fullstack (react and backend) app to NX? Can u provide me any doc o video tutorial? thank u, from italy :)

grogu
Автор

This is fantastic, especially for our build server and happy to see it works with the affected command too
Is there some way to handle target specific parameters?
For example, if I run the command npx nx affected --target build test lint --prod=true --source-map=false --code-coverage=true
I noticed that the params I supply are applied to all targets, even if those targets dont support the supplied param, which leads to messages like
> NX 'source-map' is not found in schema

krismackintosh
Автор

how to hot reload the libs changes? the changes are not reflecting?

mparikshit