open-attestation
open-attestation copied to clipboard
Build only in e2e
We are currently building the entire project when running a single test. This is a bad developer experience when e2e test is run everytime and I cannot reliably run npm run test -- --watch
.
To fix this, run the e2e test on a separate command that is not test
.