From e59bae21dad3fe12653f457828c40f5bfff85e42 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sat, 14 Jun 2025 13:23:27 +0200 Subject: [PATCH] Fix typo in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {