mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-24 07:59:03 -06:00
* migrates electron pkg to typescript * build multi platform binaries on this branch * Update packages/electron/BUILD.md * Update packages/electron/BUILD.md * Update packages/electron/BUILD.md * update docs * lint * Update .circleci/workflows.yml * Update .circleci/workflows.yml * fix inverted fuse logic * convert buffer to Uint8Array before hashing * use pipeline to simplify * fix ide error display of disabled rule * rm redundant md * fix error handling / exit code * update docs for cli params * fix async try/catch * re-apply obfuscated requires ... * improve readability, correct debug output regarding access vs stat * flip fuses the right way again * move back to some fs-extra, clean up dist a little better * correct normalization for paths * icons path * exit(1) on electron signal>=1 * Update packages/electron/lib/electron.ts Co-authored-by: Bill Glesias <bglesias@gmail.com> --------- Co-authored-by: Jennifer Shehane <jennifer@cypress.io> Co-authored-by: Bill Glesias <bglesias@gmail.com>