mirror of
				https://github.com/i701/sarlink-portal.git
				synced 2025-11-04 00:16:59 +00:00 
			
		
		
		
	optimize container build
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m36s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m36s
				
			This commit is contained in:
		@@ -4,11 +4,12 @@
 | 
			
		||||
	"private": true,
 | 
			
		||||
	"scripts": {
 | 
			
		||||
		"dev": "next dev --turbopack",
 | 
			
		||||
		"build": "bunx prisma migrate deploy && bunx prisma generate && bunx prisma db push && next build",
 | 
			
		||||
		"build": "next build",
 | 
			
		||||
		"start": "next start",
 | 
			
		||||
		"lint": "next lint",
 | 
			
		||||
		"studio": "bunx prisma studio",
 | 
			
		||||
		"push": "bunx prisma db push"
 | 
			
		||||
		"push": "bunx prisma db push",
 | 
			
		||||
                "db-setup": "bunx prisma migrate deploy && bunx prisma generate && bunx prisma db push"
 | 
			
		||||
	},
 | 
			
		||||
	"prisma": {
 | 
			
		||||
		"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
 | 
			
		||||
@@ -66,4 +67,4 @@
 | 
			
		||||
		"ts-node": "^10.9.2",
 | 
			
		||||
		"typescript": "^5.7.2"
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user