Skip to content

Commit

Permalink
chore: pkg scripts tweak up
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Feb 20, 2024
1 parent 864299c commit bef8b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prettier-check": "npm run prettier -- --check",
"lint": "eslint ./src ./build ./test",
"test": "mocha ./test ./test/special --timeout 10000",
"test:fallback": "cross-env DEPCHECK_FALLBACK=override mocha ./test ./test/special --timeout 10000",
"test:fallback": "cross-env DEPCHECK_FALLBACK=override npm run test",
"test-coverage": "cross-env NODE_ENV=test nyc mocha ./test ./test/special --timeout 20000 && nyc report --reporter=text-lcov > ./coverage/coverage.lcov"
},
"author": {
Expand Down

0 comments on commit bef8b79

Please sign in to comment.