Skip to content

Commit

Permalink
chore: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
david-luna committed Jan 4, 2024
1 parent fb31aab commit 9d9b1b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"test": "node --test",
"test:lcov": "node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=test-report-lcov.info",
"test:junit": "node --test --experimental-test-coverage --test-reporter=junit --test-reporter-destination=test-report-junit.xml",
"test:cov": "node --test --experimental-test-coverage --test-reporter=./test/lcov-reporter.js --test-reporter-destination=test-report-lcov.info",
"lcov": "cat coverage/lcov.info | coveralls",
"test:ci": "node --test --experimental-test-coverage --test-reporter=./test/lcov-reporter.js --test-reporter-destination=test-report-lcov.info",
"lcov": "cat test-report-lcov.info | coveralls",
"lint": "npm run lint:js && npm run lint:ts",
"lint:js": "eslint 'lib/**/*.js'",
"lint:ts": "tsc"
Expand Down

0 comments on commit 9d9b1b3

Please sign in to comment.