diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 80580f1..4308647 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,10 +4,10 @@
-
+
-
+
@@ -260,7 +260,7 @@
-
+
@@ -358,7 +358,15 @@
1768940104944
-
+
+
+ 1769005220331
+
+
+
+ 1769005220331
+
+
@@ -422,7 +430,8 @@
-
+
+
diff --git a/scripts/deploy-native.sh b/scripts/deploy-native.sh
index 10ff452..c119b1e 100755
--- a/scripts/deploy-native.sh
+++ b/scripts/deploy-native.sh
@@ -28,9 +28,9 @@ echo "==> Warming Symfony cache (prod)"
php bin/console cache:clear --env=prod
php bin/console cache:warmup --env=prod
-echo "==> Building frontend"
+echo "==> Building frontend (static)"
cd "$ROOT_DIR/frontend"
npm ci
-npm run build
+npm run generate
echo "==> Done."