From 755be9c46fc2ca9a21949de1fc23502b65c8764b Mon Sep 17 00:00:00 2001 From: Elliott Hall Date: Thu, 19 Oct 2023 17:13:54 +0000 Subject: [PATCH] update and run includes assets install --- update-and-run.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/update-and-run.sh b/update-and-run.sh index 33243ec9..a5d2a105 100755 --- a/update-and-run.sh +++ b/update-and-run.sh @@ -1 +1,3 @@ -git pull && npm run serve \ No newline at end of file +git pull +cd frontend/assets && npm install && cd ../.. +npm run serve \ No newline at end of file