refractor code,

This commit is contained in:
root
2026-05-21 12:35:49 -04:00
parent e74681e810
commit f009ca10c6
158 changed files with 215801 additions and 5884 deletions
+1 -1
View File
@@ -12,4 +12,4 @@ RUN npm install
ENV NODE_ENV=test
CMD ["sh", "-c", "npm run db:generate && npm run type-check && npm run build"]
CMD ["sh", "-c", "npm run db:deploy && npm run db:generate && npm run type-check && npm run build && npm run test:api:integration"]