mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +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 |       - run: pnpm install --frozen-lockfile | ||||||
|  |  | ||||||
|       - name: Run the unit tests |       - name: Run the unit tests | ||||||
|         run: npm run test |         run: pnpm run test | ||||||
|  |  | ||||||
|   build_docker: |   build_docker: | ||||||
|     name: Build Docker image |     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", |     "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", |     "electron:build": "nx build desktop", | ||||||
|     "chore:ci-update-nightly-version": "tsx ./scripts/update-nightly-version.ts", |     "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, |   "private": true, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user