Add theme-od script to package.json

This commit is contained in:
Jack F 2022-10-05 15:38:07 +13:00
parent 5b8b15905f
commit b96306a4b6
1 changed files with 2 additions and 1 deletions

View File

@ -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",