build: Fix webui codestyle job

This commit is contained in:
jamesread 2025-04-08 22:27:21 +01:00
parent aef70c0e1b
commit bb4969c9ac
1 changed files with 6 additions and 0 deletions

6
webui.dev/Makefile Normal file
View File

@ -0,0 +1,6 @@
codestyle:
npm install
npx eslint --fix main.js js/*
npx stylelint style.css
.PHONY: codestyle