-
Notifications
You must be signed in to change notification settings - Fork 888
chore(site): regenerate provisioner stub #9151
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
Conversation
@@ -75,7 +75,7 @@ cdroot | |||
temp_dir="$(mktemp -d)" | |||
|
|||
cdroot | |||
cd ./helm/$chart | |||
cd "./helm/${chart}" |
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.
review: not relevant to this PR, but didn't want to open another one for the one-liner
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.
I don't understand what is happening but since this is a small PR I will approve it to unblock it.
Related: #8789
It looks like we don't generate & format provisioner protobuf bindings for TypeScript, so this PR enables it. I need it for writing e2e tests for parameters.
prettier --ignore-path '/dev/null'
is used to temporarily disable prettier's ignore-file, which skips generated files. Alternatively, we would need a separate.eslintignore
file, separate.prettierignore
, and skip.prettierignore.include
?