From 7a6e3198a77c406171d7776c64abe20e21429eab Mon Sep 17 00:00:00 2001 From: Govard Barkhatov Date: Thu, 24 Oct 2024 10:12:26 +0300 Subject: [PATCH] rm postinstall --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 4822505..3351edb 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,7 @@ "main": "index.js", "scripts": { "build": "node scripts/build-proto.js", - "prepare": "npm run build", - "postinstall": "npm run build" + "prepare": "npm run build" }, "files": [ "src/generated/**/*"