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