diff --git a/package.json b/package.json index e398c970e7b..d1d1496638b 100644 --- a/package.json +++ b/package.json @@ -16,11 +16,11 @@ "eslint --fix", "prettier --write", "jest --passWithNoTests", - "yarn cspell lint . --gitignore --no-progress --no-must-find-files" + "cspell lint . --gitignore --no-progress --no-must-find-files" ], "*.{md,html,json,css}": [ "prettier --write", - "yarn cspell lint . --gitignore --no-progress --no-must-find-files" + "cspell lint . --gitignore --no-progress --no-must-find-files" ] }, "husky": {