From 2fc01449059157307ea5ffadf758510ce0ca387a Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Wed, 16 Apr 2025 10:57:18 -0700 Subject: [PATCH] update make script to build site --- make.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/make.sh b/make.sh index a63f1a6..3012844 100755 --- a/make.sh +++ b/make.sh @@ -1,4 +1,7 @@ -#!/bin/sh +#!/bin/bash -e +pushd bin/web + npm run build +popd cargo build --release --target="armv7-unknown-linux-gnueabihf" #--features debug adb shell '/bin/rootshell -c "/etc/init.d/rayhunter_daemon stop"' adb push target/armv7-unknown-linux-gnueabihf/release/rayhunter-daemon /data/rayhunter/rayhunter-daemon