Skip to content

Commit

Permalink
internal: Use npx for setup script.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed May 28, 2024
1 parent 9f64852 commit f373fab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/buildPackages.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import path from 'path';

async function build(cwd) {
await execa(
'yarn',
['dlx', '--package', 'packemon', '--package', 'typescript', '--quiet', 'packemon', 'build'],
'npx',
['--yes', '--package', 'packemon', '--package', 'typescript', '--quiet', 'packemon', 'build'],
{
cwd: path.join(process.cwd(), cwd),
preferLocal: true,
Expand Down

0 comments on commit f373fab

Please sign in to comment.