diff --git a/package.json b/package.json index 90929746..da3ee6d0 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "bugs": "https://github.com/DavidAnson/markdownlint/issues", "scripts": { "test": "tape test/markdownlint-test.js test/markdownlint-test-custom-rules.js test/markdownlint-test-helpers.js test/markdownlint-test-result-object.js test/markdownlint-test-scenarios.js", - "test-cover": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 tape test/markdownlint-test.js test/markdownlint-test-custom-rules.js test/markdownlint-test-helpers.js test/markdownlint-test-result-object.js test/markdownlint-test-scenarios.js", + "test-cover": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 npm test", "test-declaration": "cd example/typescript && tsc && node type-check.js", "test-extra": "node test/markdownlint-test-extra.js", "lint": "eslint --max-warnings 0 .",