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
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View File

@ -27,6 +27,9 @@ BUILD_DIR="./build"
DIST_DIR="./dist"
CLEANUP_SCRIPT="./scripts/cleanupNodeModules.ts"
# Build the package dependencies
npm run build:packages --prefix ../..
npm run client:build --prefix ../..
# Trigger the build
echo "Build start"

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"