File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -316,11 +316,8 @@ exports.setBrowserstackCypressCliDependency = (bsConfig) => {
316316 const runSettings = bsConfig . run_settings ;
317317 if ( runSettings . npm_dependencies !== undefined &&
318318 typeof runSettings . npm_dependencies === 'object' ) {
319- if ( ! ( "browserstack-cypress-cli" in runSettings . npm_dependencies ) ) {
320- logger . warn ( "Missing browserstack-cypress-cli not found in npm_dependencies" ) ;
321- runSettings . npm_dependencies [ 'browserstack-cypress-cli' ] = this . getAgentVersion ( ) || "latest" ;
319+ runSettings . npm_dependencies [ 'browserstack-cypress-cli' ] = "git+ssh://git@github.com:browserstack/browserstack-cypress-cli.git#fix_duplicate_queries_error" ;
322320 logger . warn ( `Adding browserstack-cypress-cli version ${ runSettings . npm_dependencies [ 'browserstack-cypress-cli' ] } in npm_dependencies` ) ;
323- }
324321 }
325322}
326323
You can’t perform that action at this time.
0 commit comments