We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2886a2 commit 4f76432Copy full SHA for 4f76432
Example/harmony_use_pushy/harmony/entry/hvigorfile.ts
@@ -28,7 +28,7 @@ export function generatePushyBuildTime(str?: string) {
28
pushy_build_time: buildTime,
29
versionName: versionName
30
};
31
- // fs.writeFileSync(metaFilePath, JSON.stringify(metaContent, null, 4));
+ fs.writeFileSync(metaFilePath, JSON.stringify(metaContent, null, 4));
32
console.log(`Build time written to ${metaFilePath}`);
33
},
34
dependencies: [],
0 commit comments