Skip to content
Snippets Groups Projects
Commit 53eb2360 authored by Jure's avatar Jure
Browse files

Merge branch 'change-migrations-temp-folder' into 'master'

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

See merge request pubsweet/pubsweet!454
parents 129ba14a 1f306254
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