Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-10-27 | 284 Bytes | |
v9.5.0 source code.tar.gz | 2024-10-27 | 317.4 kB | |
v9.5.0 source code.zip | 2024-10-27 | 566.3 kB | |
Totals: 3 Items | 884.0 kB | 0 |
Features
-
When redirecting
stdout
orstderr
to a file, allow appending instead of overwriting. (#1166):::js await execa({stdout: {file: 'output.txt', append: true}})
npm run build
;