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

@@ -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"