Skip to content

Commit

Permalink
build: compile-protos should be part of prepare (#638)
Browse files Browse the repository at this point in the history
We should be running `compile-protos` as part of prepare, do so.

Fixes #632
  • Loading branch information
bcoe committed Apr 7, 2021
1 parent 4491c19 commit 254ba13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/google-cloud-translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@
"system-test": "mocha build/system-test --timeout 600000",
"test": "c8 mocha build/test",
"compile": "tsc -p . && cp -r protos build/",
"compile-protos": "compileProtos src",
"fix": "gts fix",
"prepare": "npm run compile",
"prepare": "npm run compile-protos && npm run compile",
"pretest": "npm run compile",
"presystem-test": "npm run compile",
"docs-test": "linkinator docs",
Expand Down

0 comments on commit 254ba13

Please sign in to comment.