|
@@ -68,6 +68,7 @@
|
|
"test-local": "set EGG_SERVER_ENV=local&& egg-bin test",
|
|
"test-local": "set EGG_SERVER_ENV=local&& egg-bin test",
|
|
"test-qa": "set EGG_SERVER_ENV=qa&&egg-bin test",
|
|
"test-qa": "set EGG_SERVER_ENV=qa&&egg-bin test",
|
|
"test-auto": "set EGG_SERVER_ENV=autotest&&egg-bin test",
|
|
"test-auto": "set EGG_SERVER_ENV=autotest&&egg-bin test",
|
|
|
|
+ "dev-docker": "egg-scripts start --port 7005",
|
|
"cov": "egg-bin cov",
|
|
"cov": "egg-bin cov",
|
|
"lint": "eslint .",
|
|
"lint": "eslint .",
|
|
"ci": "npm run lint && npm run cov",
|
|
"ci": "npm run lint && npm run cov",
|