Run generate config before running e2e tests locally
This commit is contained in:
		
							parent
							
								
									da4db3374c
								
							
						
					
					
						commit
						0cbfd2d1a8
					
				@ -37,7 +37,7 @@
 | 
			
		||||
    "build-mempool.js": "tsc | browserify -p tinyify ./node_modules/@mempool/mempool.js/lib/index.js --standalone mempoolJS > ./dist/mempool/browser/en-US/mempool.js",
 | 
			
		||||
    "test": "ng test",
 | 
			
		||||
    "lint": "ng lint",
 | 
			
		||||
    "e2e": "ng e2e",
 | 
			
		||||
    "e2e": "npm run generate-config && ng e2e",
 | 
			
		||||
    "e2e:ci": "npm run cypress:run:ci",
 | 
			
		||||
    "config:defaults": "node update-config.js TESTNET_ENABLED=true SIGNET_ENABLED=true LIQUID_ENABLED=true BISQ_ENABLED=true ITEMS_PER_PAGE=25 && npm run generate-config",
 | 
			
		||||
    "dev:ssr": "npm run generate-config && ng run mempool:serve-ssr",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user