Loading...
Loading...
Helps with running tasks in an Nx workspace. USE WHEN the user wants to execute build, test, lint, serve, or run any other tasks defined in the workspace.
npx skill4agent add nrwl/nx-ai-agents-config nx-run-tasks--helpnx run-many --helpnx affected --helpnx show project <projectname> --jsonnx show project myapp --jsontargetspackage.jsonproject.jsonnx run <project>:<task>projectpackage.jsonproject.jsonnx run-many -t build test lint typecheck-p--exclude--parallelnx run-many -t test -p proj1 proj2nx run-many -t test --projects=*-app --exclude=excluded-appnx run-many -t test --projects=tag:api-*nx affectednx affected -t build test lintnx affected -t test --base=main --head=HEADnx affected -t test --files=libs/mylib/src/index.tsrunrun-manyaffected--skipNxCache--verbose--nxBail--configuration=<name>production