Hi there!
Great piece of work, and really boosts our CI time. However, unfortunately, I've encountered a problem with our build where the build job doesn't actually work properly? Maybe I'm doing something wrong?
// package.json
{
...
"test": "lerna-parallelism run --stream --concurrency 1 --split $CIRCLE_NODE_TOTAL --partition $CIRCLE_NODE_INDEX test --since $COMMIT",
...
}
Our build command involves building typings for each package in our monorepo. The typings should only be built if any of the packages have changed since origin/master.
Can you please help?