refactor: use yarn during npm install process

This commit is contained in:
NGPixel
2017-07-21 17:31:21 -04:00
parent f4969701d3
commit 4b027b137b
3 changed files with 23 additions and 2 deletions

View File

@@ -11,5 +11,8 @@
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"target": "es5"
}
},
"exclude": [
"node_modules"
]
}