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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user