fix(monorepo): wrong server:build

This commit is contained in:
Elian Doran 2025-04-18 22:54:54 +03:00
parent 2037868044
commit e8d9f980cd
No known key found for this signature in database

View File

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