diff --git a/package.json b/package.json index 6bb8bb4a..ef18dfb0 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,8 @@ "eslint": "([ \"$CI\" = true ] && eslint --ext js --ext ts --quiet -f codeframe . || eslint --ext js --ext ts .)", "eslint-fix": "eslint --ext js --ext ts --fix .", "commitlint": "commitlint --from=HEAD~1", - "markdownlint": "prettier --check **/README.md docs/api.md docs/troubleshooting.md", - "markdownlint-fix": "prettier --write **/README.md docs/api.md docs/troubleshooting.md", + "markdownlint": "prettier --check **/README.md docs/troubleshooting.md", + "markdownlint-fix": "prettier --write **/README.md docs/troubleshooting.md", "lint": "npm run eslint && npm run build && npm run doc && npm run commitlint && npm run markdownlint", "doc": "node utils/doclint/cli.js", "clean-lib": "rimraf lib",