Skip to content

Commit

Permalink
chore(repo): rename root lint target from "lint" to "root-lint" (#14516)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo authored Jan 20, 2023
1 parent 6750f8b commit 4c23648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,7 @@ jobs:
npx nx-cloud record -- nx format:check --base=$NX_BASE --head=$NX_HEAD &
pids+=($!)
(npx nx lint --no-dte &&
npx nx run-many -t check-imports check-commit check-lock-files depcheck documentation --parallel=1 --no-dte) &
npx nx run-many -t root-lint check-imports check-commit check-lock-files depcheck documentation --parallel=1 --no-dte &
pids+=($!)
yarn nx affected --target=lint --base=$NX_BASE --head=$NX_HEAD --parallel=3 &
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"submit-plugin": "node ./scripts/submit-plugin.js",
"prepare": "is-ci || husky install",
"echo": "echo 123458",
"lint": "nx workspace-lint"
"root-lint": "nx workspace-lint"
},
"devDependencies": {
"@angular-devkit/architect": "~0.1501.0",
Expand Down Expand Up @@ -322,7 +322,7 @@
"check-lock-files",
"depcheck",
"documentation",
"lint"
"root-lint"
]
}
}

0 comments on commit 4c23648

Please sign in to comment.