mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: add heroku postbuild step - second attempt
This commit is contained in:
		
							parent
							
								
									4e1b371f8d
								
							
						
					
					
						commit
						d0ea49b92b
					
				@ -50,7 +50,7 @@
 | 
			
		||||
    "seed:serve": "UNLEASH_DATABASE_NAME=unleash_test UNLEASH_DATABASE_SCHEMA=seed yarn run start:dev",
 | 
			
		||||
    "clean": "del-cli --force dist",
 | 
			
		||||
    "preversion": "./scripts/check-release.sh",
 | 
			
		||||
    "heroku-postbuild": "cd frontend && yarn build"
 | 
			
		||||
    "heroku-postbuild": "cd frontend && yarn && yarn build"
 | 
			
		||||
  },
 | 
			
		||||
  "jest": {
 | 
			
		||||
    "automock": false,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user