mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
chore(monorepo): handle build chains in root package scripts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user