Explorar el Código

add path for npm deps

jamesread hace 4 años
padre
commit
ad93c8e3ff
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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