diff --git a/package.json b/package.json index 3a9b087..6667820 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,6 @@ "stylus": "^0.61.0" }, "scripts": { - "build": "stylus src --out build/theme-forgejo-modern.css" + "build": "stylus src --out build/theme-forgejo-modern.uncompressed.css && stylus src --compress --out build/theme-forgejo-modern.css" } }