Parcourir la source

feat: 添加weapp 测试环境启动命令

caipin il y a 1 semaine
Parent
commit
b808f8af8c
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -91,6 +91,7 @@
         "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 --env=local --port 7005",
         "dev-docker": "egg-scripts start --env=local --port 7005",
+        "dev-weapp": "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",