Skip to content

Commit

Permalink
[tooling] use cspell --no-must-find-files on git hooks, simplify ou…
Browse files Browse the repository at this point in the history
…tput (#3313)
  • Loading branch information
acao committed Jul 5, 2023
1 parent 6b16e0c commit a5b5ba3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"eslint --fix",
"prettier --write",
"jest --passWithNoTests",
"yarn cspell --gitignore"
"yarn lint-cspell"
],
"*.{md,html,json,css}": [
"prettier --write",
"yarn cspell --gitignore"
"yarn lint-cspell"
]
},
"husky": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"jest": "jest --testPathIgnorePatterns cm6-graphql",
"license-check": "jsgl --local ./",
"lint": "yarn eslint && yarn pretty-check && yarn lint-cspell",
"lint-cspell": "cspell --unique",
"lint-cspell": "cspell --unique --no-progress --no-must-find-files",
"lint-fix": "yarn eslint --fix",
"postbuild": "yarn workspace codemirror-graphql run postbuild",
"prebuild-bundles": "yarn build-bundles-clean",
Expand Down

0 comments on commit a5b5ba3

Please sign in to comment.