We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a95d2 commit 724da41Copy full SHA for 724da41
scripts/install
@@ -51,7 +51,7 @@ queue.push('vision');
51
*/
52
function installForDirectory(directory, callback) {
53
console.log(directory + '...installing dependencies');
54
- exec('npm install', {
+ exec('yarn install', {
55
async: true,
56
cwd: path.join(__dirname, '../', directory)
57
}, function (err) {
0 commit comments