Skip to content

Commit

Permalink
Pipe build command output to terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
codykaup committed Oct 4, 2024
1 parent dc9306b commit b079245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/versionAndBuild.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async function main() {
await $`npm --no-git-tag-version version ${nextVersion}`;

console.info('📦 Building with new version');
await $`yarn build`;
await $({ stdio: 'inherit' })`yarn build`;

console.info('🧹 Resetting changes to let `auto` do its thing');
await $`git reset --hard`;
Expand Down

0 comments on commit b079245

Please sign in to comment.