From a7d5980f7efb975d6e614968721c25646c746385 Mon Sep 17 00:00:00 2001 From: waldronmatt Date: Fri, 10 May 2024 15:07:17 -0400 Subject: [PATCH] fix(cicd.md): reorder linting scripts --- docs/repo/CICD.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: