소스 검색

fix prod build date

Michael Wang 4 년 전
부모
커밋
876197f73f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      prebuild.js

+ 1 - 1
prebuild.js

@@ -8,7 +8,7 @@ if (packageJson.dependencies.iview !== "^3.5.4") {
 console.log("> prebuild");
 console.log("> prebuild create .env.*.local");
 
-const buildDate = require("moment")().format("YYYY-MM-DD HH:mm:SS");
+const buildDate = require("moment")().format("YYYY-MM-DD HH:mm:ss");
 console.log("  构建日期为 " + buildDate);
 
 const revision = require("child_process")