From e7067e0aed8ace5c7ba241355cedddafeb77920f Mon Sep 17 00:00:00 2001 From: Gabriel Martinusso <53321310+gmartinu@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:48:05 -0300 Subject: [PATCH] Remove unused postinstall --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 191382c..16d1cb0 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,6 @@ "build": "rimraf ./build && tsc --project ./tsconfig.json", "start": "npm run build && node build/index.js", "prepare": "npm run build", - "prepack": "npm run build", - "postinstall": "npm run build" + "prepack": "npm run build" } } \ No newline at end of file