Skip to content

Commit

Permalink
Update generating-a-client.rst
Browse files Browse the repository at this point in the history
fix trailing comma
  • Loading branch information
xiao2shiqi committed Sep 29, 2024
1 parent 252c967 commit fa9ba17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ contents:
"name": "weather-service",
"scripts": {
"generate": "cd smithy && gradle clean build",
"build": "yarn workspace @weather-service/client build",
"build": "yarn workspace @weather-service/client build"
},
"dependencies": {
"@weather-service/client": "0.0.1"
Expand Down

0 comments on commit fa9ba17

Please sign in to comment.