From 23e3724b084731c746f69af27d1cbb55a3eb7f31 Mon Sep 17 00:00:00 2001 From: matcool <26722564+matcool@users.noreply.github.com> Date: Sat, 25 Nov 2023 14:28:18 -0300 Subject: [PATCH] run build task for watching --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a8b00ea..05cd309 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "scripts": { "deploy": "node build-mods-pages.js && tailwindcss -i gen/index.css -o dist/index.css --minify && 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", "build": "node build-mods-pages.js && tailwindcss -i gen/index.css -o dist/index.css && tailwindcss -i gen/mods/index.css -o dist/mods/index.css && html-minifier --input-dir ./gen --output-dir ./dist --file-ext html && node ./copy-media.js", - "watch": "npm-watch" + "watch": "npm-watch build" }, "watch": { "build": {