mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	build(build-server): remove unnecessary copying of translations
already happens during build:prepare-dist step
This commit is contained in:
		
				
					committed by
					
						
						Panagiotis Papadopoulos
					
				
			
			
				
	
			
			
			
						parent
						
							1324cc2e53
						
					
				
				
					commit
					87d37366e4
				
			@@ -65,8 +65,6 @@ chmod 755 $BUILD_DIR/trilium.sh
 | 
				
			|||||||
# TriliumNextTODO: is this still required? If yes → move to copy-dist/copy-trilium
 | 
					# TriliumNextTODO: is this still required? If yes → move to copy-dist/copy-trilium
 | 
				
			||||||
cp bin/tpl/anonymize-database.sql $BUILD_DIR/
 | 
					cp bin/tpl/anonymize-database.sql $BUILD_DIR/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
cp -r translations $BUILD_DIR/
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
VERSION=`jq -r ".version" package.json`
 | 
					VERSION=`jq -r ".version" package.json`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
mkdir $DIST_DIR
 | 
					mkdir $DIST_DIR
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user