Skip to content

Commit

Permalink
Remove postinstall script playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
SushilMallRC committed Aug 20, 2024
1 parent c86b877 commit 5095225
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -67,4 +66,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 5095225

Please sign in to comment.