diff --git a/docs/repo/CICD.md b/docs/repo/CICD.md index 509b71ec..eedc390d 100644 --- a/docs/repo/CICD.md +++ b/docs/repo/CICD.md @@ -6,16 +6,16 @@ Installer command to ensure that the exact versions of dependencies specified in pnpm bootstrap:ci ``` -Lint the monorepo: +Found in the workflow `.yml` cicd files, this command will run all three tasks in parallel for only affected files: ```bash -pnpm lint:mr +npx nx affected -t build,lint,test,lint:knip --parallel=4 ``` -Found in the workflow `.yml` cicd files, this command will run all three tasks in parallel for only affected files: +Lint the monorepo: ```bash -npx nx affected -t build,lint,test,lint:knip --parallel=4 +pnpm lint:mr ``` Versioning command that will bypass prompts for avoiding manual intervention: