Skip to content

Commit

Permalink
fix(cicd.md): reorder linting scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed May 10, 2024
1 parent 154d5a6 commit a7d5980
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/repo/CICD.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a7d5980

Please sign in to comment.