From b13c2e87eebe59ea660993f35416c10edb77f383 Mon Sep 17 00:00:00 2001 From: Sofiia Trokhymchuk Date: Fri, 30 Aug 2024 13:05:24 +0300 Subject: [PATCH] OV-86: - postinstall script --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 2659e89f9..8f94ced1a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,6 @@ "frontend" ], "scripts": { - "postinstall": "npm run build:shared", "build:shared": "npm run build -w shared", "build:frontend": "npm run build -w frontend", "build:backend": "npm run build -w backend",