Skip to content

Commit

Permalink
Update package.json (#5868)
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored Dec 6, 2024
1 parent 183ab73 commit fdd7c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-speech/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"docs-test": "linkinator docs",
"fix": "gts fix",
"lint": "gts check",
"prepare": "npm run compile",
"prepare": "npm run compile-protos && npm run compile",
"prelint": "cd samples; npm link ../; npm i",
"postpack": "minifyProtoJson",
"samples-test": "cd samples/ && npm link ../ && npm i && npm test",
Expand Down Expand Up @@ -76,4 +76,4 @@
"typescript": "^5.1.6"
},
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-speech"
}
}

0 comments on commit fdd7c3f

Please sign in to comment.