v9.5.0
Features
- When redirecting
stdout
orstderr
to a file, allow appending instead of overwriting. (#1166)
await execa({stdout: {file: 'output.txt', append: true}})`npm run build`;
stdout
or stderr
to a file, allow appending instead of overwriting. (#1166)await execa({stdout: {file: 'output.txt', append: true}})`npm run build`;