From 636ee26166ca008ef9f633ca69840937bdc5d40f Mon Sep 17 00:00:00 2001 From: Eyal Keren Date: Tue, 5 Dec 2023 14:05:36 +0200 Subject: [PATCH] Update package.json --- backend/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/package.json b/backend/package.json index b3db9dd..240357f 100644 --- a/backend/package.json +++ b/backend/package.json @@ -4,8 +4,7 @@ "description": "", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "postinstall": "cd ../client && npm install" + "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC"