Add theme-od script to package.json

main
Jack F 6 months ago
parent 5b8b15905f
commit b96306a4b6
  1. 3
      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",

Loading…
Cancel
Save