build: voce.chat

This commit is contained in:
Tristan Yang
2022-06-28 11:22:53 +08:00
parent aa7c740bcf
commit 7f2b39ec36
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ checkBrowsers(paths.appPath, isInteractive)
// version and md5 files
fs.writeFileSync(`${buildFolder}/VERSION`, require("../package.json").version);
const hash = md5File.sync(`${buildFolder}/VERSION`);
fs.writeFileSync(`${buildFolder}/web..md5`, hash);
fs.writeFileSync(`${buildFolder}/web.vocechat.md5`, hash);
},
(err) => {
const tscCompileOnError = process.env.TSC_COMPILE_ON_ERROR === "true";