Skip to content

Commit

Permalink
add tolerate republish flag
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Aug 21, 2024
1 parent ce77d73 commit c4afde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function getPackages(): string[] {

execSync('npm run build', { stdio: 'inherit' });

let command = 'yarn npm publish --access public';
let command = 'yarn npm publish --access public --tolerate-republish';

const packages = getPackages();

Expand Down

0 comments on commit c4afde7

Please sign in to comment.