preact-cli icon indicating copy to clipboard operation
preact-cli copied to clipboard

Running two builds in parallel?

Open jliebrand opened this issue 5 years ago • 1 comments

Not sure if this is a bug or if this is simply not supported. I'm trying to run a few builds in parallel (building numerous projects in a mono repo). But I get

✖ ERROR Error: EEXIST: file already exists, mkdir '/tmp/preact-cli'
 

Is there a way to set which tmp folder is used? Or is running preact-cli in parallel simply not possible?

jliebrand avatar Jul 18 '20 14:07 jliebrand

~oooh that's a strange one. I'm not actually sure where we're creating a temp directory.~ found it!

developit avatar Jul 20 '20 19:07 developit