mirror of
https://github.com/OliveTin/OliveTin
synced 2026-09-24 18:55:52 +00:00
install webui deps on CI
This commit is contained in:
@@ -48,6 +48,7 @@ devrun: compile
|
||||
devcontainer: compile podman-image podman-container
|
||||
|
||||
webui-codestyle:
|
||||
cd webui && npm install
|
||||
cd webui && eslint main.js js/*
|
||||
cd webui && stylelint style.css
|
||||
|
||||
|
||||
+3
-2
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "olivetin",
|
||||
"name": "olivetin-webui",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"description": "The WebUI for OliveTin",
|
||||
"repository": "http://github.com/OliveTin/OliveTin",
|
||||
"main": "main.js",
|
||||
"devDependencies": {
|
||||
"stylelint": "^13.13.0",
|
||||
|
||||
Reference in New Issue
Block a user