Updated README Swagger CodeGen version (#2228)

This commit is contained in:
Redback 2019-09-24 22:49:59 -07:00 committed by Kubernetes Prow Robot
parent ee207f2b05
commit 9281ea1341
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ You need `npm`, install dependencies using `npm install`.
If you made any changes to protos (see backend/README), you'll need to
regenerate the Typescript client library from swagger. We use
swagger-codegen-cli@2.4.1, which you can get
[here](http://central.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.1/swagger-codegen-cli-2.4.1.jar).
swagger-codegen-cli@2.4.7, which you can get
[here](http://central.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.7/swagger-codegen-cli-2.4.7.jar).
Make sure the jar file is somewhere on your path with the name
swagger-codegen-cli.jar, then run `npm run apis`.