chore(monorepo/ci): trigger client build also

This commit is contained in:
Elian Doran
2025-04-18 23:19:50 +03:00
parent d4ad130b85
commit b2ebc8de0b
2 changed files with 4 additions and 1 deletions

View File

@@ -23,7 +23,7 @@
"server:test": "npm --workspace=apps/server run test",
"server:coverage": "npm --workspace=apps/server run coverage",
"server:build": "npm --workspace=apps/server run build:ts",
"server:package": "npm run build:packages && npm --workspace=apps/server run package",
"server:package": "npm --workspace=apps/server run package",
"chore:ci-update-nightly-version": "tsx ./scripts/update-nightly-version.ts",
"chore:update-build-info": "tsx ./scripts/update-build-info.ts"