mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 21:11:30 +08:00 
			
		
		
		
	build(Docker): add a temporary exception for files that copy-dist tries to copy for electron-forge, as otherwise copy-dist will fail inside Docker build
this will be fixed in an upcoming PR where I overhaul copy-dist to allow for build target specific copying of files
This commit is contained in:
		
							parent
							
								
									67c752c11b
								
							
						
					
					
						commit
						6a9342abce
					
				| @ -5,7 +5,6 @@ | |||||||
| .prettier* | .prettier* | ||||||
| electron* | electron* | ||||||
| entitlements.plist | entitlements.plist | ||||||
| forge.config.cjs |  | ||||||
| nodemon.json | nodemon.json | ||||||
| renovate.json | renovate.json | ||||||
| trilium.iml | trilium.iml | ||||||
| @ -35,3 +34,9 @@ npm-debug.log | |||||||
| 
 | 
 | ||||||
| # exceptions | # exceptions | ||||||
| !/bin/copy-dist.ts | !/bin/copy-dist.ts | ||||||
|  | 
 | ||||||
|  | # temporary exception to make copy-dist inside Docker build not fail | ||||||
|  | # TriliumNextTODO: make copy-dist *not* requiring to copy this file for builds other than electron-forge | ||||||
|  | !forge.config.cjs | ||||||
|  | !/bin/tpl | ||||||
|  | !/bin/electron-forge/desktop.ejs | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Panagiotis Papadopoulos
						Panagiotis Papadopoulos