Commit ee782ef5 authored by HAYWAEL's avatar HAYWAEL

fix

parent 5e12fbd0
Pipeline #27846 failed with stage
in 2 minutes 12 seconds
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
"debug": "egg-bin debug", "debug": "egg-bin debug",
"test-local": "egg-bin test", "test-local": "egg-bin test",
"test": "npm run lint -- --fix && npm run test-local", "test": "npm run lint -- --fix && npm run test-local",
"cov": "egg-scripts cov", "cov": "egg-bin cov",
"tsc": "ets && tsc -p tsconfig.json", "tsc": "ets && tsc -p tsconfig.json",
"ci": "npm run cov && npm run tsc", "ci": "npm run cov && npm run tsc",
"autod": "autod", "autod": "autod",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment