Skip to content

Commit 0c2d804

Browse files
Remove BrowserStack scripts from this PR since integration is incomplete
1 parent 9652b8a commit 0c2d804

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,7 @@
3333
"cors-proxy": "node example/cors-proxy.js",
3434
"release": "release-it --verbose",
3535
"release:alpha": "release-it --verbose --preRelease=alpha",
36-
"playwright": "npx playwright test",
37-
"postinstall": "npm update browserstack-node-sdk",
38-
"test-browserstack": "browserstack-node-sdk jest --watch",
39-
"test:ci-browserstack": "browserstack-node-sdk jest --ci --silent --coverage --maxWorkers=2",
40-
"cors-proxy-browserstack": "browserstack-node-sdk node example/cors-proxy.js",
41-
"playwright-browserstack": "npx browserstack-node-sdk playwright test"
36+
"playwright": "npx playwright test"
4237
},
4338
"peerDependencies": {
4439
"@chakra-ui/react": "2.x",

0 commit comments

Comments
 (0)