mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	chore(nx/test): set up global test script
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/dev.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/dev.yml
									
									
									
									
										vendored
									
									
								
							| @@ -100,7 +100,7 @@ jobs: | ||||
|       - run: pnpm install --frozen-lockfile | ||||
|  | ||||
|       - name: Run the unit tests | ||||
|         run: npm run test | ||||
|         run: pnpm run test | ||||
|  | ||||
|   build_docker: | ||||
|     name: Build Docker image | ||||
|   | ||||
| @@ -12,7 +12,8 @@ | ||||
|     "server:start-prod": "pnpm server:build && cross-env TRILIUM_DATA_DIR=apps/server/data node apps/server/dist/main.js", | ||||
|     "electron:build": "nx build desktop", | ||||
|     "chore:ci-update-nightly-version": "tsx ./scripts/update-nightly-version.ts", | ||||
|     "chore:update-build-info": "tsx ./scripts/update-build-info.ts" | ||||
|     "chore:update-build-info": "tsx ./scripts/update-build-info.ts", | ||||
|     "test": "pnpm nx run-many -t test" | ||||
|   }, | ||||
|   "private": true, | ||||
|   "devDependencies": { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user