Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
fix(release): woops, wrong command
Browse files Browse the repository at this point in the history
  • Loading branch information
ostowe committed Jun 30, 2021
1 parent 267981d commit 4544e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release-prepare
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ const versionMatches = lernaJson.version.match(/^\d\.\d/);
const releaseBranchName = `release/${versionMatches[0]}`;

execSync(`git checkout ${releaseBranchName}`);
execSync('npm run release:beta');
execSync('npm run prerelease:beta');

0 comments on commit 4544e90

Please sign in to comment.