I started fixing some issue in Cypress sourcecode (https://github.com/cypress-io/cypress). But to check my changes I had to do:
yarn postinstall
which takes like 50 seconds.
Is there are faster way to rebuild cypress with only one package changed??? I know I could rebuild package inside 'packages\driver' but how to make that changes into whole project fast.
Below package\driver is package that I work on:
yarn install
and wait until it finishcd packages\driver && yarn workspace @packages/runner watch
yarn workspace @packages/driver cypress:open