diff --git a/package.json b/package.json index f143620..842cf14 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "lint-report": "npm run --silent lint -- --format json > .eslint-result.json", "pretest-reports": "npm run build --ignore-scripts && rm -fr .xunit coverage", "test-reports": "npx c8 --exclude \"\" ./node_modules/.bin/mocha --recursive --timeout=10000 --require source-map-support/register 'dist/**/*.test.js' --exit && c8 report --reporter cobertura --exclude \"\"", - "precover-html": "rm -rf coverate/lcov-report", + "precover-html": "rm -rf coverage/lcov-report", "cover-html": "npm run test-reports && c8 report --reporter lcov --exclude \"\" && xdg-open coverage/lcov-report/index.html" }, "tmux-scripts": {