|
@@ -54,9 +54,10 @@
|
|
|
"dev-qa": "set EGG_SERVER_ENV=qa&&egg-bin dev --port 7002",
|
|
|
"dev-test": "set EGG_SERVER_ENV=test&&egg-bin dev --port 7002",
|
|
|
"test": "npm run lint -- --fix&&npm run test-local",
|
|
|
+ "test-sim": "egg-bin test",
|
|
|
"test-local": "set EGG_SERVER_ENV=local&& egg-bin test",
|
|
|
"test-qa": "set EGG_SERVER_ENV=qa&&egg-bin test",
|
|
|
- "test-auto": "set EGG_SERVER_ENV=test&&egg-bin test",
|
|
|
+ "test-auto": "set EGG_SERVER_ENV=autotest&&egg-bin test",
|
|
|
"cov": "egg-bin cov",
|
|
|
"lint": "eslint .",
|
|
|
"ci": "npm run lint && npm run cov",
|