Skip to content

Commit

Permalink
build: add missing compile-protos (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Apr 7, 2021
1 parent 91c40db commit 1d4c55f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/google-cloud-datacatalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"samples-test": "cd samples/ && npm link ../ && npm test",
"system-test": "c8 mocha --timeout=5000 build/system-test/*.js",
"compile": "tsc -p . && cp -r protos build/",
"prepare": "npm run compile",
"compile-protos": "compileProtos src",
"prepare": "npm run compile-protos && npm run compile",
"pretest": "npm run compile",
"prelint": "cd samples; npm link ../; npm install",
"clean": "gts clean",
Expand Down

0 comments on commit 1d4c55f

Please sign in to comment.