|
@@ -52,6 +52,7 @@
|
|
|
"dev": "egg-bin dev --port 7002",
|
|
|
"dev-local": "set EGG_SERVER_ENV=qa&&egg-bin dev --port 7002",
|
|
|
"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-local": "set EGG_SERVER_ENV=local&& egg-bin test",
|
|
|
"test-qa": "set EGG_SERVER_ENV=qa&&egg-bin test",
|