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

Commit

Permalink
fix(release): try again
Browse files Browse the repository at this point in the history
  • Loading branch information
ostowe committed Jun 30, 2021
1 parent cdf978a commit 3c065bf
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 prerelease:beta -- --force-publish');
execSync('npm run prerelease:beta -- --force-publish --yes');

0 comments on commit 3c065bf

Please sign in to comment.