From ed28a50d9875df70a1522f08a3a86e6d40537c09 Mon Sep 17 00:00:00 2001 From: philipp Date: Wed, 5 Apr 2023 20:20:52 +0200 Subject: [PATCH] build frontend on server --- update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update.sh b/update.sh index 578b8d3..05a8ebe 100755 --- a/update.sh +++ b/update.sh @@ -2,4 +2,7 @@ git pull cargo b -r +cd frontend +npm install +npm run build sudo systemctl restart rot