From 6485a769a8486abfebfc1becf1903527bb2ee52f Mon Sep 17 00:00:00 2001 From: jamesread Date: Mon, 18 Oct 2021 10:35:42 +0100 Subject: [PATCH] install webui deps on CI --- Makefile | 1 + webui/package.json | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f83e2db4..7a359c4d 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/webui/package.json b/webui/package.json index 0149dbfc..3c37eff6 100644 --- a/webui/package.json +++ b/webui/package.json @@ -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",