Which lockfiles are supported by cloud builds?

Just started experimenting with CRNA, what an awesome tool :+1:

I want to ensure deterministic builds all the way from local development to building the production binaries.

Haven’t found any docs specifying which lockfiles (npm-shrinkwrap.json|yarn.lock|package-lock.json) are supported when building standalone apps?

The Javascript build happens on your machine, what we build in the cloud is the binary part of your app.

1 Like

Ahhh, that explains why I haven’t found any reference of supported lockfiles…

Thanks for your lightning quick response :+1:

1 Like