chore: enable databaseAdapter writing again for pnpm dev (#8532)
This commit is contained in:
@@ -44,7 +44,7 @@ await beforeTest()
|
||||
|
||||
const { rootDir, adminRoute } = getNextRootDir(testSuiteArg)
|
||||
|
||||
await safelyRunScriptFunction(runInit, 4000, testSuiteArg)
|
||||
await safelyRunScriptFunction(runInit, 4000, testSuiteArg, true)
|
||||
|
||||
// Open the admin if the -o flag is passed
|
||||
if (args.o) {
|
||||
|
||||
Reference in New Issue
Block a user