Skip to content

Commit

Permalink
Update gzip script
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Jul 5, 2024
1 parent 3d88945 commit bc4684d
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 @@ -72,7 +72,7 @@
"copy": "cpy \"demo/static/**/*\" public/demo",
"deploy": "run-s copy postcss hugo gzip",
"doc": "esdoc",
"gzip": "gzipper c public",
"gzip": "gzipper c \"public\"",
"hugo": "hugo -s manual --minify",
"lint": "run-p lint:*",
"lint:css": "stylelint --fix manual/assets/css/src",
Expand Down

0 comments on commit bc4684d

Please sign in to comment.