diff --git a/package.json b/package.json index c488fe7abc5..7738f00a9ac 100644 --- a/package.json +++ b/package.json @@ -16,11 +16,11 @@ "eslint --fix", "prettier --write", "jest --passWithNoTests", - "yarn cspell --gitignore" + "yarn cspell lint --gitignore --no-progress --no-must-find-files" ], "*.{md,html,json,css}": [ "prettier --write", - "yarn cspell --gitignore" + "yarn cspell lint --gitignore --no-progress --no-must-find-files" ] }, "husky": { @@ -60,7 +60,7 @@ "license-check": "jsgl --local ./", "lint": "yarn eslint && yarn lint-check && yarn pretty-check && yarn lint-cspell", "lint-check": "eslint-config-prettier .eslintrc.js", - "lint-cspell": "cspell --unique", + "lint-cspell": "cspell --unique --gitignore --no-progress --no-must-find-files", "lint-fix": "yarn eslint --fix", "postbuild": "yarn workspace codemirror-graphql run postbuild", "prebuild-bundles": "yarn build-bundles-clean",