You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Update sdk_gen script to lint and not do smoke tests (#1431)
- Removed smoke tests as our CI already runs them.
- Added python and kotlin linting to the script
- Added `yarn fix` to the script. For some reason, our pre-commit hook
hangs on eslint. So if we first fix the eslint issues with `yarn fix`
this lets our pre-commit hook work.
Additionally:
- Updated our playbook with additional setup steps for linting
- Updated our playbook and console output with smoke test debugging
steps if CI breaks
Confirmed it generates sdk with consistent styling. From last
generation:
`26 files changed, 519 insertions(+), 188 deletions(-)`
0 commit comments