I'm running
check-dependency-version-consistency --dep-type=dependencies --dep-type=peerDependencies --dep-type=devDependencies --ignore-path-pattern=dist",
On my local run, I have dist folders with package.json I want to avoid, and on CI they don't exist.
While they do not exist in CI, I get an error
Specified option '--ignore-path-pattern /dist/', but no matching paths were detected in the workspace.
And then it breaks the run.
I want to pass a pattern that won't break the run even if it's not in the workspace.
thanks
I'm running
check-dependency-version-consistency --dep-type=dependencies --dep-type=peerDependencies --dep-type=devDependencies --ignore-path-pattern=dist",On my local run, I have dist folders with package.json I want to avoid, and on CI they don't exist.
While they do not exist in CI, I get an error
Specified option '--ignore-path-pattern /dist/', but no matching paths were detected in the workspace.And then it breaks the run.
I want to pass a pattern that won't break the run even if it's not in the workspace.
thanks