From 69863eedbb9599ded0a0d712cd5107812d0c5a08 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 4 Nov 2023 21:10:22 -0500 Subject: [PATCH] configure netlify build to use torchlight --- netlify.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/netlify.toml b/netlify.toml index 16c4250..9da02dd 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,4 +1,9 @@ [build] + command = """ + hugo --minify + npm -i @torchlight-api/torchlight-cli + npx torchliight + """ publish = "public" [build.environment]