Browse Source

build: Fix webui codestyle job

jamesread 1 năm trước cách đây
mục cha
commit
bb4969c9ac
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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