Skip to content

Commit ed88bdb

Browse files
committed
chore: fix formatting in release-l7 skill
1 parent cfcc498 commit ed88bdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skills/release-l7/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function run(cmd: string, cwd?: string): void {
6767
*/
6868
function getCurrentVersion(): string {
6969
const mainPkg = JSON.parse(
70-
fs.readFileSync(path.join(PACKAGES_DIR, 'l7', 'package.json'), 'utf-8')
70+
fs.readFileSync(path.join(PACKAGES_DIR, 'l7', 'package.json'), 'utf-8'),
7171
);
7272
return mainPkg.version;
7373
}

0 commit comments

Comments
 (0)