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
We see periodic flakiness in CI builds because this package has a post-install script in the SDK that installs Playwright. This is not only a bad security practice, but is Playwright being used in the codebase? If so, it should be added as a devDependency so consuming apps don't download Playwright and subsequent dependencies (webkit, firefox, etc).
A new version, 5.0.3, has been released, which includes a fix for this issue. Closing this issue for now please feel free to reopen or create a new one. Thank You.
Hey all,
We see periodic flakiness in CI builds because this package has a post-install script in the SDK that installs Playwright. This is not only a bad security practice, but is Playwright being used in the codebase? If so, it should be added as a
devDependency
so consuming apps don't download Playwright and subsequent dependencies (webkit, firefox, etc).ringcentral-js/sdk/package.json
Line 5 in c86b877
I am open to making the changes and creating a PR!
The text was updated successfully, but these errors were encountered: