There was an error while loading. Please reload this page.
1 parent cfcc498 commit ed88bdbCopy full SHA for ed88bdb
1 file changed
skills/release-l7/index.ts
@@ -67,7 +67,7 @@ function run(cmd: string, cwd?: string): void {
67
*/
68
function getCurrentVersion(): string {
69
const mainPkg = JSON.parse(
70
- fs.readFileSync(path.join(PACKAGES_DIR, 'l7', 'package.json'), 'utf-8')
+ fs.readFileSync(path.join(PACKAGES_DIR, 'l7', 'package.json'), 'utf-8'),
71
);
72
return mainPkg.version;
73
}
0 commit comments