From 694c3fed2da2722fea275f372e61fb493db0ddb3 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sun, 8 Sep 2019 20:12:25 +0100 Subject: [PATCH] Cli: Fixed regression that was making installation fail --- CliClient/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CliClient/package.json b/CliClient/package.json index 2d49e96135..c6cb4bad3d 100644 --- a/CliClient/package.json +++ b/CliClient/package.json @@ -85,7 +85,6 @@ "jasmine": "^2.6.0" }, "scripts": { - "test": "jasmine", - "postinstall": "cd .. && npm i" + "test": "jasmine" } }