更新cov

This commit is contained in:
cool 2024-03-20 11:47:17 +08:00
parent 43f02ea698
commit 44788402cc

View File

@ -55,7 +55,7 @@
"scripts": {
"start": "NODE_ENV=production node ./bootstrap.js",
"dev": "cross-env NODE_ENV=local mwtsc --watch --run @midwayjs/mock/app.js",
"cov": "midway-bin cov --ts",
"cov": "jest --coverage",
"lint": "mwts check",
"lint:fix": "mwts fix",
"ci": "npm run cov",