From c30ffde93374fb4ca2e71f08defd31196073f291 Mon Sep 17 00:00:00 2001 From: Joshua Melville Date: Wed, 11 Oct 2023 15:46:04 +0200 Subject: [PATCH] remove postinstall script --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index d2f7477b..510f205b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ "scripts": { "build": "next build", "dev": "next dev", - "postinstall": "prisma generate && prisma db push", "lint": "next lint", "ts-lint": "tsc --noEmit --incremental --watch", "start": "next start",