Skip to content

Commit

Permalink
chore(repo): fix release script (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandg7 committed Nov 11, 2022
1 parent ac81e67 commit 08bddd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/release/coral-release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function hideFromGitIndex(uncommittedFiles: string[]) {
versionOptions.bump = options.version ? options.version : 'minor';
}

const lernaJsonPath = join(__dirname, '../../lerna.json');
const lernaJsonPath = join(__dirname, '../../../lerna.json');
let originalLernaJson: Buffer | undefined;

if (options.local || options.tag === 'next') {
Expand Down

0 comments on commit 08bddd3

Please sign in to comment.