From fdd7c3f91f8d6c5094dc710c454b40fab8b736d3 Mon Sep 17 00:00:00 2001 From: sofisl <55454395+sofisl@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:24:57 -0800 Subject: [PATCH] Update package.json (#5868) --- packages/google-cloud-speech/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/google-cloud-speech/package.json b/packages/google-cloud-speech/package.json index 268cbb45a73..7e885d3ca95 100644 --- a/packages/google-cloud-speech/package.json +++ b/packages/google-cloud-speech/package.json @@ -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", @@ -76,4 +76,4 @@ "typescript": "^5.1.6" }, "homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-speech" -} \ No newline at end of file +}