diff --git a/package.json b/package.json index 4d7f9f88b4d..cbb218dfbcf 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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",