Build the SDK from Source
Clone the Repository https://github.com/lowcoder-org/lowcoder
Make sure the repo is synced with the latest updates of the actual Lowcoder repo. If not sync the repo and take the newest pull.
Move to โclient/packages/lowcoder-sdkโ directory
run
yarn install
andyarn build
command.Increase the package version in โclient/packages/lowcoder-sdk/package.jsonโ
Publish the package with
npm publish
Last updated