make: install node deps when node_modules absent (#660)

* Install node deps via make.sh when absent

* Unconditionally install node modules
This commit is contained in:
Adrien Thebo
2025-10-18 16:24:44 -07:00
committed by GitHub
parent 93f22172cc
commit 643fb802be

View File

@@ -1,5 +1,6 @@
#!/bin/bash -e
pushd daemon/web
npm install
npm run build
popd
cargo build-daemon-firmware-devel