We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d21c85 commit d492467Copy full SHA for d492467
1 file changed
test/smoke/src/main.ts
@@ -188,8 +188,8 @@ async function setupRepository(): Promise<void> {
188
cp.spawnSync('git', ['clean', '-xdf'], { cwd: workspacePath });
189
}
190
191
- console.log('*** Running npm install...');
192
- cp.execSync('npm install', { cwd: workspacePath, stdio: 'inherit' });
+ console.log('*** Running yarn...');
+ cp.execSync('yarn', { cwd: workspacePath, stdio: 'inherit' });
193
194
195
0 commit comments