Skip to content

Commit 64032ea

Browse files
authored
Merge pull request #12 from 07souravkunda/add_postinstall
add: post install to update node-sdk
2 parents bc578f7 + 0e9e973 commit 64032ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "index.js",
66
"scripts": {
77
"sample-test": "npx browserstack-node-sdk playwright test --config=./playwright.config.js",
8-
"sample-local-test": "npx browserstack-node-sdk playwright test --config=./playwright.local.config.js"
8+
"sample-local-test": "npx browserstack-node-sdk playwright test --config=./playwright.local.config.js",
9+
"postinstall": "npm update browserstack-node-sdk"
910
},
1011
"keywords": [],
1112
"author": "",

0 commit comments

Comments
 (0)