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": "node supabase/push-migrations.js",
|
||||||
"migrate:one": "node supabase/push-migrations.js",
|
"migrate:one": "node supabase/push-migrations.js",
|
||||||
"type-check": "npx tsc --noEmit",
|
"type-check": "npx tsc --noEmit",
|
||||||
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
|
"format": "prettier --write \"src/**/*.{ts,tsx}\""
|
||||||
"postinstall": "next-env file generation"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anthropic-ai/sdk": "^0.96.0",
|
"@anthropic-ai/sdk": "^0.96.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user