add path for npm deps
This commit is contained in:
parent
6485a769a8
commit
ad93c8e3ff
4
Makefile
4
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue