Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nfc] Update pnpm-lock.yaml to add chrome-remote-interface
I needed to update our pnpm-lock.yaml file so I can use chrome-remote-interface in a Bazel js_test() target. Process: - npm install --save-dev chrome-remote-interface - npm install pnpm@latest-7 - npx pnpm install I used pnpm@latest-7 because that's what Dockerfile.release uses.
- Loading branch information