fix: add yarn build to deploy workflow

dist/ is gitignored so VPS needs to build TypeScript
handlers locally after git pull.
This commit is contained in:
2026-02-19 04:34:16 +03:00
parent dcbd38fb5f
commit 37ee9ffd9f
+2
View File
@@ -15,5 +15,7 @@ jobs:
script: |
cd /opt/subquery
git pull origin main
yarn install --frozen-lockfile
yarn build
docker compose -f docker-compose.prod.yml build
docker compose -f docker-compose.prod.yml up -d