From d0537760e8fe04599beb9595371ea1414334383e Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 4 Nov 2023 21:19:42 -0500 Subject: [PATCH] fix the other typo --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 01c98c6..2f11133 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,7 +1,7 @@ [build] command = """ hugo --minify - npm -i @torchlight-api/torchlight-cli + npm i @torchlight-api/torchlight-cli npx torchlight """ publish = "public"