Michael Wang il y a 4 ans
Parent
commit
fb0fcfa7b4
1 fichiers modifiés avec 2 ajouts et 7 suppressions
  1. 2 7
      prebuild.js

+ 2 - 7
prebuild.js

@@ -25,13 +25,13 @@ fs.writeFileSync(
 );
 
 fs.writeFileSync(
-  ".env.stagingAli.local",
+  ".env.test.local",
   "VUE_APP_GIT_REPO_VERSION=测试环境(阿里云)-" + buildDate + " - " + revision
 );
 
 fs.writeFileSync(
   ".env.staging.local",
-  "VUE_APP_GIT_REPO_VERSION=测试环境-" + buildDate + " - " + revision
+  "VUE_APP_GIT_REPO_VERSION=灰度环境-" + buildDate + " - " + revision
 );
 
 fs.writeFileSync(
@@ -39,9 +39,4 @@ fs.writeFileSync(
   "VUE_APP_GIT_REPO_VERSION=" + buildDate + " - " + revision
 );
 
-fs.writeFileSync(
-  ".env.production-temp.local",
-  "VUE_APP_GIT_REPO_VERSION=" + buildDate + " - " + revision
-);
-
 console.log();