mirror of
https://github.com/strapi/strapi.git
synced 2025-10-14 17:43:01 +00:00
Merge branch 'master' into patch-1
This commit is contained in:
commit
96ff96504d
@ -164,7 +164,7 @@ async function askDatabaseInfos(scope) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function installDatabaseTestingDep({ scope, configuration }) {
|
async function installDatabaseTestingDep({ scope, configuration }) {
|
||||||
let packageManager = scope.useYarn ? 'yarnpkg' : 'npm;';
|
let packageManager = scope.useYarn ? 'yarnpkg' : 'npm';
|
||||||
let cmd = scope.useYarn
|
let cmd = scope.useYarn
|
||||||
? ['--cwd', scope.tmpPath, 'add']
|
? ['--cwd', scope.tmpPath, 'add']
|
||||||
: ['install', '--prefix', scope.tmpPath];
|
: ['install', '--prefix', scope.tmpPath];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user