summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Justfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Justfile b/Justfile
index 5ad58d8..1ce0bb4 100644
--- a/Justfile
+++ b/Justfile
@@ -23,6 +23,7 @@ deploy-frontend: build
23 #!/usr/bin/env bash 23 #!/usr/bin/env bash
24 source prod.env 24 source prod.env
25 cd frontend 25 cd frontend
26 npm install
26 npm run build 27 npm run build
27 npm run start 28 npm run start
28 29