Jelajahi Sumber

构建时间

Michael Wang 4 tahun lalu
induk
melakukan
fb0fcfa7b4
1 mengubah file dengan 2 tambahan dan 7 penghapusan
  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();