Updating plasmic packages with CI/CD codegen

Hi, I basically just want to know if there’s likely to be any issues with just running npm install latest for the current plasmic packages when running a build in a CI/CD pipeline?
Our current plans involve editing the package.json file for codegen so ideally we would just keep the version of this file we have and update the plasmic packages every time, but I’m not sure if there’s likely to be new packages/any other reason this might break things?

Thanks,
Duncan

There shouldn’t be any problem with that. Just make sure you’ve read Headless API vs. Codegen | Learn Plasmic to make sure codegen is the best choice for your app vs loader.

1 Like