From 7f7dc912a9188c94a4cd1af3df2a973657e223bc Mon Sep 17 00:00:00 2001
From: philipp <philipp@hofer.link>
Date: Sun, 30 Jul 2023 18:28:01 +0200
Subject: [PATCH] build js

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a328078..d86868f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,7 @@ build:
   stage: build
   script:
     - cargo build --release --target $CARGO_TARGET
+    - cd frontend && npm run build
     - strip target/$CARGO_TARGET/release/rot
   artifacts:
     paths: