Fix typo in package.json

This commit is contained in:
Kuba Orlik 2025-06-14 13:23:27 +02:00
parent 5dda67b51c
commit e59bae21da

View File

@ -22,7 +22,7 @@
"lint-report": "npm run --silent lint -- --format json > .eslint-result.json", "lint-report": "npm run --silent lint -- --format json > .eslint-result.json",
"pretest-reports": "npm run build --ignore-scripts && rm -fr .xunit coverage", "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 \"\"", "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" "cover-html": "npm run test-reports && c8 report --reporter lcov --exclude \"\" && xdg-open coverage/lcov-report/index.html"
}, },
"tmux-scripts": { "tmux-scripts": {