Skip to content

Commit d492467

Browse files
committed
smoketest: use yarn
1 parent 8d21c85 commit d492467

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/smoke/src/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ async function setupRepository(): Promise<void> {
188188
cp.spawnSync('git', ['clean', '-xdf'], { cwd: workspacePath });
189189
}
190190

191-
console.log('*** Running npm install...');
192-
cp.execSync('npm install', { cwd: workspacePath, stdio: 'inherit' });
191+
console.log('*** Running yarn...');
192+
cp.execSync('yarn', { cwd: workspacePath, stdio: 'inherit' });
193193
}
194194
}
195195

0 commit comments

Comments
 (0)