Copy /en-US/resources files into top-level /resources/ after frontend build
This commit is contained in:
		
							parent
							
								
									579ccaf21d
								
							
						
					
					
						commit
						217666f455
					
				@ -27,7 +27,7 @@
 | 
			
		||||
    "serve": "ng serve --proxy-config proxy.conf.json",
 | 
			
		||||
    "start": "npm run generate-config && npm run sync-assets-dev && ng serve --proxy-config proxy.conf.json",
 | 
			
		||||
    "build": "npm run generate-config && ng build --prod --localize && npm run sync-assets",
 | 
			
		||||
    "sync-assets": "node sync-assets.js",
 | 
			
		||||
    "sync-assets": "node sync-assets.js && rsync -av ./dist/mempool/en-US/resources ./dist/mempool/resources",
 | 
			
		||||
    "sync-assets-dev": "node sync-assets.js dev",
 | 
			
		||||
    "generate-config": "node generate-config.js",
 | 
			
		||||
    "test": "ng test",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user