@maverick
I've use something like :
npm install && npm run build
and in doubt I've rebuild with:
npm install && yarn build
both work, no surprises here.
Note that the npm install
step on arm64
takes ages in comparison to the x86_64
arch. It was already slow with yarn, but npm is a pain. I've try to build it on Github infra to release a multiarch docker but it reaches the max execution time