Closed tegandbiscuits closed 5 years ago
It's possible to run lerna run test --since master --stream -- --watchAll=false and run the test command for affected packages since master.
lerna run test --since master --stream -- --watchAll=false
Since I have working tests, I'm going to merge this now. But I'll come back at some point and touch them up and actually get them in a CI environment.
It's possible to run
lerna run test --since master --stream -- --watchAll=false
and run the test command for affected packages since master.Since I have working tests, I'm going to merge this now. But I'll come back at some point and touch them up and actually get them in a CI environment.