From b96306a4b60df15e3c6fdf2df3b097098d300c2f Mon Sep 17 00:00:00 2001 From: Jack F Date: Wed, 5 Oct 2022 15:38:07 +1300 Subject: [PATCH] Add theme-od script to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 96e50f3..192b3d3 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "Opening Design Gitea theming", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "theme-od": "lessc css/less/themes/theme-od.less > css/dist/theme-od.css" }, "repository": { "type": "git",