From 7182ef347958cbdb04207d95993a2296deafab91 Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Tue, 13 Aug 2024 19:05:57 +0530 Subject: [PATCH] feat: testing quickjs sanbox --- packages/bruno-cli/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/bruno-cli/package.json b/packages/bruno-cli/package.json index 6260b5eaa..c8e3b72ce 100644 --- a/packages/bruno-cli/package.json +++ b/packages/bruno-cli/package.json @@ -14,8 +14,7 @@ "url": "git+https://github.com/usebruno/bruno.git" }, "scripts": { - "test": "jest", - "postinstall": "cd node_modules/isolated-vm && npm rebuild" + "test": "jest" }, "files": [ "src",