@@ -39,4 +39,9 @@ fs.writeFileSync(
"VUE_APP_GIT_REPO_VERSION=" + buildDate + " - " + revision
);
+fs.writeFileSync(
+ ".env.production-temp.local",
+ "VUE_APP_GIT_REPO_VERSION=" + buildDate + " - " + revision
+);
+
console.log();