From 5256083f1d07d72f8bbfdf9fda90ace4941280f3 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Mon, 4 Nov 2024 16:09:06 +0100 Subject: [PATCH] Update deploy --- frontend/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/deploy.sh b/frontend/deploy.sh index 4335385..21b24eb 100644 --- a/frontend/deploy.sh +++ b/frontend/deploy.sh @@ -1 +1 @@ -tar -cf deploy.tar dist dockerfile package*.json pnpm-lock.yaml captain-definition node_modules \ No newline at end of file +pnpm build && tar -cf deploy.tar dist dockerfile package*.json pnpm-lock.yaml captain-definition node_modules \ No newline at end of file