summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-08-13 15:07:28 +0100
committerdiogo464 <[email protected]>2025-08-13 15:07:28 +0100
commit21a907f7d072dae4b31265f99ee219612f93260e (patch)
treec251d538ca6deaf7ed70f001d9e6780eae8ef37e
parentff6a894cd837370a1754bc17cda060c4bfd990e3 (diff)
run npm install on deploy-frontend
-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