mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	chore(monorepo/ci): trigger client build also
This commit is contained in:
		| @@ -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" | ||||
|   | ||||
| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user