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
The api.ts file of the besu connector package has a manual change in it that was not coming from a change in the openapi spec ts file.
To Reproduce
Open the mentioned file.
Perform a clean build.
Observe that your git index is no longer empty because the generator restored the state of the api.ts file (e.g. erased the manual change)
Expected behavior
Whenever the build runs, there should NOT be any files changing under source control (only exception is when issuing releases)
Describe the bug
The
api.ts
file of the besu connector package has a manual change in it that was not coming from a change in the openapi spec ts file.To Reproduce
Open the mentioned file.
Perform a clean build.
Observe that your git index is no longer empty because the generator restored the state of the api.ts file (e.g. erased the manual change)
Expected behavior
Whenever the build runs, there should NOT be any files changing under source control (only exception is when issuing releases)
cc: @sfuji822 @hartm @takeutak @jonathan-m-hamilton
The text was updated successfully, but these errors were encountered: