1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 19:21:18 -04:00

tidy up build logs

This commit is contained in:
2021-08-08 10:57:43 -04:00
parent 52c521002d
commit f7b179b4f8
3 changed files with 12 additions and 10 deletions

View File

@@ -101,10 +101,7 @@ function optimizeImages() {
}),
imageminGifsicle(),
imageminSvgo(),
],
{
verbose: true,
})
])
)
.pipe(gulp.dest(".", { overwrite: true }));
}
@@ -114,6 +111,7 @@ function npx(bin, args) {
// WARNING: MAJOR HACKS AHEAD:
const cmd = `${bin} ${args ? args.join(" ") : ""}`.trim();
return execa(cmd, {
echo: false,
preferLocal: true,
shell: true,
stdio: "inherit",