mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
ci: for tap 14 to run on npm >=7 (Node.js >=16)
This commit is contained in:
parent
674c043203
commit
98e4fdb846
@ -36,7 +36,7 @@
|
||||
"prepare": "is-ci || husky install",
|
||||
"pretest": "prettier --check . && eslint \"lib/**/*.js\" \"test/**/*.js\"",
|
||||
"prettier:fix": "prettier --write .",
|
||||
"test": "tap \"test/tap/**/*.js\" --cov --timeout=45",
|
||||
"test": "tap \"test/tap/**/*.js\" --cov --reporter=classic --timeout=45",
|
||||
"typings": "tsc -p types/tsconfig.json"
|
||||
},
|
||||
"directories": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user