Updating Releases
To keep your project updated:
- Pull the latest code from upstream.
- Run
pnpm installto refresh lockfile-resolved dependencies. - Verify with
build,lint, andtest. - Resolve breaking changes before releasing.
For production apps, perform updates on a branch and validate in CI before merging.