-
Notifications
You must be signed in to change notification settings - Fork 0
added js-client generator #82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
_typos.toml
Outdated
| extend-exclude = [ | ||
| "go.mod", | ||
| "go.sum", | ||
| "./js/**/*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't know if this is the way, but now all js generated files have typos
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nvm this didn't work
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like so:
extend-exclude = [
"go.mod",
"go.sum",
"*.ts",
"*.js"
]
| @@ -26,6 +26,11 @@ plugins: | |||
| out: ../python | |||
| - remote: buf.build/connectrpc/python:v0.5.0 | |||
| out: ../python | |||
| # js | |||
| - remote: buf.build/bufbuild/es:v2.10.1 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - remote: buf.build/bufbuild/es:v2.10.1 | |
| - remote: buf.build/bufbuild/es:v2.10.2 |
|
You also probably want to add a action to publish the npm package to npmjs.org, but we do not have registered metal-stack.io there yet. |
Description