From 21a907f7d072dae4b31265f99ee219612f93260e Mon Sep 17 00:00:00 2001 From: diogo464 Date: Wed, 13 Aug 2025 15:07:28 +0100 Subject: run npm install on deploy-frontend --- Justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Justfile b/Justfile index 5ad58d8..1ce0bb4 100644 --- a/Justfile +++ b/Justfile @@ -23,6 +23,7 @@ deploy-frontend: build #!/usr/bin/env bash source prod.env cd frontend + npm install npm run build npm run start -- cgit