Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Dec 25, 2024
1 parent dd858a9 commit e0ccbc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"coffee": "^5.5.1",
"cpy": "^8.1.2",
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
"egg": "beta",
"esbuild": "^0.17.7",
"esbuild-register": "^3.4.2",
Expand All @@ -84,7 +85,7 @@
"lint": "eslint --cache src test --ext .ts",
"pretest": "npm run clean && npm run lint -- --fix && npm run prepublishOnly",
"test": "npm run test-local",
"test-local": "node dist/esm/bin/cli.js test",
"test-local": "cross-env NODE_DEBUG=* node dist/esm/bin/cli.js test",
"preci": "npm run clean && npm run lint && npm run prepublishOnly",
"cov": "c8 -r lcov -r text-summary -x 'test/**' npm run test-local -- --timeout 120000",
"ci": "npm run cov",
Expand Down

0 comments on commit e0ccbc7

Please sign in to comment.