fix: remove broken postinstall script causing build failure
This commit is contained in:
+1
-2
@@ -11,8 +11,7 @@
|
||||
"migrate": "node supabase/push-migrations.js",
|
||||
"migrate:one": "node supabase/push-migrations.js",
|
||||
"type-check": "npx tsc --noEmit",
|
||||
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
|
||||
"postinstall": "next-env file generation"
|
||||
"format": "prettier --write \"src/**/*.{ts,tsx}\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@anthropic-ai/sdk": "^0.96.0",
|
||||
|
||||
Reference in New Issue
Block a user