mirror of
				https://github.com/i701/sarlink-portal.git
				synced 2025-11-04 00:16:59 +00:00 
			
		
		
		
	npx now
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build and Push Docker Images / Build and Push Docker Images (push) Failing after 9s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build and Push Docker Images / Build and Push Docker Images (push) Failing after 9s
				
			This commit is contained in:
		@@ -7,9 +7,9 @@
 | 
			
		||||
		"build": "next build",
 | 
			
		||||
		"start": "next start",
 | 
			
		||||
		"lint": "next lint",
 | 
			
		||||
		"studio": "bunx prisma studio",
 | 
			
		||||
		"push": "bunx prisma db push",
 | 
			
		||||
		"db-setup": "bunx prisma migrate deploy && bunx prisma generate && bunx prisma db push"
 | 
			
		||||
		"studio": "npx prisma studio",
 | 
			
		||||
		"push": "npx prisma db push",
 | 
			
		||||
		"db-setup": "npx prisma migrate deploy && npx prisma generate && npx prisma db push"
 | 
			
		||||
	},
 | 
			
		||||
	"prisma": {
 | 
			
		||||
		"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user