Skip to content

Commit

Permalink
run build task for watching
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool committed Nov 25, 2023
1 parent f5cf1a6 commit 23e3724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 23e3724

Please sign in to comment.