WASM build times out

Hi,
my build runs this command to build a wasm file:

wasm-pack build --out-dir ./wasm --release

this runs on my computer in less than a minute, it’s for some reason taking more than 15mins here and timed out. No other errors or warnings.

Url: mol1.netlify.app

Here is a deployment with the problem, if anyone with access wants to take a look: Netlify

I’m guessing this is a build configuration issue…

Have you tried other output directory options according to your build configuration? Other than ./wasm?