Merge branch 'master' into patch-1

This commit is contained in:
Alexandre BODIN 2019-12-23 10:00:11 +01:00 committed by GitHub
commit 96ff96504d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,7 +164,7 @@ async function askDatabaseInfos(scope) {
}
async function installDatabaseTestingDep({ scope, configuration }) {
let packageManager = scope.useYarn ? 'yarnpkg' : 'npm;';
let packageManager = scope.useYarn ? 'yarnpkg' : 'npm';
let cmd = scope.useYarn
? ['--cwd', scope.tmpPath, 'add']
: ['install', '--prefix', scope.tmpPath];