mirror of
				https://github.com/vector-im/element-web.git
				synced 2025-11-04 02:02:14 +01:00 
			
		
		
		
	Merge pull request #2614 from vector-im/rav/include_sample_config_in_tarball
Include config.sample.json in dist tarball
This commit is contained in:
		
						commit
						186b4abfd8
					
				@ -15,6 +15,11 @@ fi
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
npm run clean
 | 
					npm run clean
 | 
				
			||||||
npm run build$dev
 | 
					npm run build$dev
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# include the sample config in the tarball. Arguably this should be done by
 | 
				
			||||||
 | 
					# `npm run build`, but it's just too painful.
 | 
				
			||||||
 | 
					cp config.sample.json webapp/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
mkdir -p dist
 | 
					mkdir -p dist
 | 
				
			||||||
cp -r webapp vector-$version
 | 
					cp -r webapp vector-$version
 | 
				
			||||||
echo $version > vector-$version/version
 | 
					echo $version > vector-$version/version
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user