Skip to content

Document behavior of SDK generation script #1829

@despadam

Description

@despadam

When changes are added to master but have not been released yet, in order to develop locally with the latest SDK, one can use npm run generate:sdk:local inside the frontend container.

When trying to execute, I got re-directed to run this command instead:

Your environment is a linux/unix
Please run the following command on your terminal:
> sudo -E ./scripts/generate-nestjs-sdk.bash

which should be executed outside the container.

This command worked after ensuring that my frontend container runs on node v18, otherwise the node_modules folder could not get populated.


Is the SDK generation documented somewhere? Is the script generic enough to ensure that it would work if not for all then at least for most cases?

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions