Skip to content

Commit 724da41

Browse files
committed
Switch scripts/install to use yarn
1 parent 95a95d2 commit 724da41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ queue.push('vision');
5151
*/
5252
function installForDirectory(directory, callback) {
5353
console.log(directory + '...installing dependencies');
54-
exec('npm install', {
54+
exec('yarn install', {
5555
async: true,
5656
cwd: path.join(__dirname, '../', directory)
5757
}, function (err) {

0 commit comments

Comments
 (0)