فهرست منبع

add path for npm deps

jamesread 4 سال پیش
والد
کامیت
ad93c8e3ff
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -49,8 +49,8 @@ devcontainer: compile podman-image podman-container
 
 webui-codestyle:
 	cd webui && npm install
-	cd webui && eslint main.js js/*
-	cd webui && stylelint style.css
+	cd webui && ./node_modules/.bin/eslint main.js js/*
+	cd webui && ./node_modules/.bin/stylelint style.css
 
 clean:
 	rm -rf dist OliveTin OliveTin.armhf OliveTin.exe reports gen