diff --git a/gulpfile.js b/gulpfile.js index 29f5eb69..c0beaf55 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -170,6 +170,7 @@ function format() { return all( _runInPipenv(["black", "."]), _runInPipenv(["djlint", "--reformat", "."]), + _runCommand("npx", ["prettier", ".", "--write"]), ); }