build: Fix webui codestyle job
This commit is contained in:
parent
aef70c0e1b
commit
bb4969c9ac
|
|
@ -0,0 +1,6 @@
|
|||
codestyle:
|
||||
npm install
|
||||
npx eslint --fix main.js js/*
|
||||
npx stylelint style.css
|
||||
|
||||
.PHONY: codestyle
|
||||
Loading…
Reference in New Issue