We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce4f65 commit 4765182Copy full SHA for 4765182
scripts/ci-test/tasks.ts
@@ -92,7 +92,7 @@ export async function getTestTasks(): Promise<TestTask[]> {
92
const allPackageNames = packageInfo.map(info => info.name);
93
94
const depGraph: { [key: string]: any } = JSON.parse(
95
- (await exec('npx lerna ls --graph', { cwd: root })).stdout
+ (await exec('npx lerna ls --all --graph', { cwd: root })).stdout
96
);
97
const diff = await git.diff(['--name-only', 'origin/master...HEAD']);
98
const changedFiles = diff.split('\n');
0 commit comments