Skip to content

Commit

Permalink
chore: ensure released packages have README and LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
goosewobbler committed Aug 22, 2024
1 parent 1549354 commit c72c023
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ import shell from 'shelljs';

const options = process.argv.slice(2).join(' ');

shell.cp(['README.md', 'LICENSE'], 'packages/wdio-electron-service');
shell.cp(['LICENSE'], 'packages/@wdio_electron-utils');
shell.cp(['LICENSE'], 'packages/@wdio_electron-types');

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

0 comments on commit c72c023

Please sign in to comment.