4
0
Эх сурвалжийг харах

build: Fix webui codestyle job

jamesread 1 жил өмнө
parent
commit
bb4969c9ac
1 өөрчлөгдсөн 6 нэмэгдсэн , 0 устгасан
  1. 6 0
      webui.dev/Makefile

+ 6 - 0
webui.dev/Makefile

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