diff --git a/package.json b/package.json index 758acf8..2357844 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "main": "index.js", "scripts": { "sample-test": "npx browserstack-node-sdk playwright test --config=./playwright.config.js", - "sample-local-test": "npx browserstack-node-sdk playwright test --config=./playwright.local.config.js" + "sample-local-test": "npx browserstack-node-sdk playwright test --config=./playwright.local.config.js", + "postinstall": "npm update browserstack-node-sdk" }, "keywords": [], "author": "",