Skip to content
Snippets Groups Projects
Commit 1f306254 authored by Andrei Cioromila's avatar Andrei Cioromila
Browse files

feat(migration): change temp dir to pubsweet migrate cwd

parent 129ba14a
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ const getUmzug = async migrationsPaths => {
const tempDir = await makeTempDir({
prefix: 'migrations-',
unsafeCleanup: true,
dir: process.cwd(),
})
// filter out any migration paths that do not exist
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment