Is there a way to run th…

less than 1 minute read

Is there a way to run this on two projects: npm run affected:e2e -- --project A e.g. npm run affected:e2e -- --project A B

Responses:

you might be able to do yarn nx run-many --target=e2e --projects=A,B

thanks!

Did that work?

yeap it did!

Updated: