chore(monorepo): handle build chains in root package scripts

This commit is contained in:
Elian Doran
2025-04-19 01:39:11 +03:00
parent 3d5e6196cc
commit 7010741beb
3 changed files with 3 additions and 7 deletions

View File

@@ -27,10 +27,6 @@ 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"
npm run build:prepare-dist