Skip to content

Commit 6676a06

Browse files
committed
udpate
1 parent ed95592 commit 6676a06

File tree

4 files changed

+28
-10
lines changed

4 files changed

+28
-10
lines changed

Example/harmony_use_pushy/harmony/entry/hvigorfile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function generatePushyBuildTime(str?: string) {
2828
pushy_build_time: buildTime,
2929
versionName: versionName
3030
};
31-
fs.writeFileSync(metaFilePath, JSON.stringify(metaContent, null, 4));
31+
// fs.writeFileSync(metaFilePath, JSON.stringify(metaContent, null, 4));
3232
console.log(`Build time written to ${metaFilePath}`);
3333
},
3434
dependencies: [],

0 commit comments

Comments
 (0)