mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 21:11:30 +08:00 
			
		
		
		
	chore(ci): solve issues after review
This commit is contained in:
		
							parent
							
								
									9f3fee2d06
								
							
						
					
					
						commit
						c25d42cf5d
					
				
							
								
								
									
										1
									
								
								.github/actions/build-electron/action.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/actions/build-electron/action.yml
									
									
									
									
										vendored
									
									
								
							| @ -12,6 +12,7 @@ inputs: | |||||||
|     description: "Which shell to use" |     description: "Which shell to use" | ||||||
|     required: true |     required: true | ||||||
|   forge_platform: |   forge_platform: | ||||||
|  |     description: "The --platform to pass to Electron Forge" | ||||||
|     required: true |     required: true | ||||||
| 
 | 
 | ||||||
| runs: | runs: | ||||||
|  | |||||||
| @ -47,7 +47,7 @@ | |||||||
|     "docs:build": "npm run docs:build-backend && npm run docs:build-frontend", |     "docs:build": "npm run docs:build-backend && npm run docs:build-frontend", | ||||||
|     "build:webpack": "tsx node_modules/webpack/bin/webpack.js -c webpack.config.ts --progress", |     "build:webpack": "tsx node_modules/webpack/bin/webpack.js -c webpack.config.ts --progress", | ||||||
|     "build:ts": "tsc -p tsconfig.build.json", |     "build:ts": "tsc -p tsconfig.build.json", | ||||||
|     "build:clean": "rimraf ./dist", |     "build:clean": "rimraf ./dist ./build", | ||||||
|     "build:prepare-dist": "npm run build:clean && npm run build:ts && npm run build:webpack && tsx ./bin/copy-dist.ts", |     "build:prepare-dist": "npm run build:clean && npm run build:ts && npm run build:webpack && tsx ./bin/copy-dist.ts", | ||||||
|     "test": "npm run client:test && npm run server:test", |     "test": "npm run client:test && npm run server:test", | ||||||
|     "server:test": "cross-env TRILIUM_ENV=dev TRILIUM_DATA_DIR=./integration-tests/db TRILIUM_INTEGRATION_TEST=memory vitest", |     "server:test": "cross-env TRILIUM_ENV=dev TRILIUM_DATA_DIR=./integration-tests/db TRILIUM_INTEGRATION_TEST=memory vitest", | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran