Skip to content

Commit 150c854

Browse files
committed
udpate
1 parent 060ccf6 commit 150c854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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)