From 50952253ed442bd09c23de2c9cee6495194ed138 Mon Sep 17 00:00:00 2001 From: SushilMallRC Date: Tue, 20 Aug 2024 11:33:11 +0530 Subject: [PATCH] Remove postinstall script playwright --- sdk/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sdk/package.json b/sdk/package.json index 2ce298b..c04c70a 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -2,7 +2,6 @@ "name": "@ringcentral/sdk", "version": "0.0.0", "scripts": { - "postinstall": "npx playwright install", "clean": "rimraf dist/* lib/* es6/* coverage/* .nyc_output .rpt2_cache", "test": "npm run jest", "test:coverage": "JEST_ENV=node jest --config jest.config.js --coverage", @@ -67,4 +66,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file