Anyone know how to modify the build process of Cyp...
# help
a
Anyone know how to modify the build process of Cypress on github? I had to use the flag **'npm install --legacy-peer-deps' **to get my build working but now Cypress seems to also require the flag in order to deal with dependency conflicts. I've looked into my actions/workflows and don't see anywhere where I can change it from npm ci to npm install --legacy-peer-deps