Skip to content

Commit

Permalink
chore: sleep 5
Browse files Browse the repository at this point in the history
  • Loading branch information
goosewobbler committed Sep 20, 2024
1 parent 9f9fe21 commit 62acd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ shell.cp(['LICENSE'], 'packages/@wdio_electron-utils');
shell.cp(['LICENSE'], 'packages/@wdio_electron-types');

shell.exec(`pnpm run release -- ${options}`);
shell.exec('sleep 20');
shell.exec('sleep 5');
shell.exec(`release-it -VV ${options}`);

0 comments on commit 62acd72

Please sign in to comment.