You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some missing entries in the `yarn.lock` file, breaking the
validation that we have on this.
The validation script should have always failed the build (even on the
build server), but it was not because it didn't properly handle uncaught
rejected promises, and whether that would fail or not depended on the
Node.js version.
Rectify both issues.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
0 commit comments