From f94cdb223f600744abbe7517b319295bb247169b Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 28 Nov 2022 08:52:20 +0800 Subject: [PATCH] Update build command --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index e50cb76..eeed86e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,6 @@ [build] publish = "public/" -command = "hugo --gc --minify" +command = "bundle update --bundler && hugo --gc --minify" [context.production.environment] HUGO_VERSION = "0.107.0"