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": {