mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 19:21:18 -04:00
run prettier over every file
This commit is contained in:
@@ -17,7 +17,7 @@ gulp.task(
|
||||
gulp.series(
|
||||
clean,
|
||||
npx("webpack", ["--mode", "production"]),
|
||||
npx("hugo"),
|
||||
npx("hugo", ["--verbose"]),
|
||||
gulp.parallel(optimizeHtml, optimizeImages)
|
||||
)
|
||||
);
|
||||
|
Reference in New Issue
Block a user