Skip to content

Commit

Permalink
improving README
Browse files Browse the repository at this point in the history
  • Loading branch information
pellicceama committed Nov 12, 2024
1 parent fba1ca1 commit 0837bee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ On the other hand OpenSDKs is most valuable when you are working with multiple 3
1. Make any changes to the `src` folder of the package, usually in the `src/{name}.oas.ts` file
2. Run `turbo run download --filter {package-name i.e. sdk-qbo}` to download the package
3. Run `turbo run generate --filter {package-name i.e. sdk-qbo}` to generate the package
4. Run `turbo run build --filter {package-name i.e. sdk-qbo}` to build the package

Or use this single command

Expand All @@ -467,10 +468,9 @@ turbo run generate --filter $SDK && \
turbo run build --filter $SDK
```

4. Run `turbo run build --filter {package-name i.e. sdk-qbo}` to build the package
5. Ensure that your changes made it to the auto generated files in the package top level folder (i.e. `{name}.oas.types.d.ts` & `{name}.oas.json`)
6. Make sure you have bumped the version in `package.json` of the package you are releasing
7. Run `pnpm -r publish --no-git-checks` to release the package from the directory of the package
7. Run `pnpm -r publish --no-git-checks` to release the package
8. Push your changes to the repository

## Community
Expand Down

0 comments on commit 0837bee

Please sign in to comment.