fix
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-02-27 22:24:51 +01:00
parent 6df3595bb7
commit 7b6f454151

View File

@@ -12,8 +12,8 @@ steps:
- name: build_server
image: node
commands:
- npm ci -w @calchat/shared
- npm ci -w @calchat/server
- npm ci
- npm run build -w @calchat/shared
- npm run build -w @calchat/server
- name: jest_server