chore: enable databaseAdapter writing again for pnpm dev (#8532)

This commit is contained in:
Alessio Gravili
2024-10-02 19:08:49 -04:00
committed by GitHub
parent eb4e3711ac
commit 8789b0b20d

View File

@@ -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) {