Skip to content

Commit

Permalink
Unify Build Process
Browse files Browse the repository at this point in the history
- Don't remove the generate folder in the docker build
  • Loading branch information
CannonLock committed Mar 26, 2024
1 parent a92d082 commit ee672f4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions generate/param_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,6 @@ func GenParamEnum() {
if err != nil {
panic(err)
}

// Add a newline to the end of the file
fullJsonBytes = append(fullJsonBytes, []byte("\n")...)

// Pretty print the json
var prettyJSON bytes.Buffer
err = json.Indent(&prettyJSON, fullJsonBytes, "", "\t")
if err != nil {
Expand Down

0 comments on commit ee672f4

Please sign in to comment.