From e2a01b31ae3c38f12f26a870acd894732ae06dca Mon Sep 17 00:00:00 2001 From: mat <26722564+matcool@users.noreply.github.com> Date: Tue, 2 Jan 2024 13:20:52 -0300 Subject: [PATCH] forgot .js --- deploy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.js b/deploy.js index 236859d..93e9a0c 100644 --- a/deploy.js +++ b/deploy.js @@ -7,7 +7,7 @@ const commands = [ "tailwindcss -i gen/mods/index.css -o dist/mods/index.css --minify", "html-minifier --input-dir ./gen --output-dir ./dist --collapse-whitespace --file-ext html", "node copy-media.js", - "node generate-scoop-cli", + "node generate-scoop-cli.js", ] for (let command of commands) {