mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
e0ee049bc3
The saucelabs connect tunnel utility is now downloaded via bazel as needed. For the directly invoked case the utility is downloaded via the local shell script. Previously it was part of the root `package.json` and downloaded whenever a package install was executed. The utility archive was also not an actual package which incidentally worked with npm but does not work with newer versions of yarn. PR Close #56456
Saucelabs testing with Bazel
Moved to tools/saucelabs-daemon/README.md.