Skip to content

Commit

Permalink
:chore use nx for linting (#1987)
Browse files Browse the repository at this point in the history
  • Loading branch information
shineli1984 authored Jul 22, 2024
1 parent f4f6eee commit 6636468
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@
"dev": "./dev.sh",
"docs:build": "typedoc",
"docs:serve": "http-server ./docs --cors -p 8080 -c-1",
"lint": "wsrun --exclude-missing -e lint --no-error-on-unmatched-pattern",
"lint:ci": "./lint-ci.sh",
"lint": "nx run-many -t lint --parallel=5 --no-error-on-unmatched-pattern",
"postinstall": "husky install; ./.husky/install_gitleaks.sh",
"release": "release-it",
"scan:secrets": "./.husky/run_gitleaks.sh",
Expand Down

0 comments on commit 6636468

Please sign in to comment.