Skip to content

Commit 4676845

Browse files
fix: remove extra protos file (#5696)
* fix: remove extra protos file * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 183c038 commit 4676845

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

packages/google-cloud-tasks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"compile:esm": "tsc -p ./tsconfig.esm.json && cp -r esm/src/json-helper.cjs build/esm/src/json-helper.cjs",
7676
"babel": "babel esm --out-dir build/cjs --ignore \"esm/**/*.d.ts\" --extensions \".ts\" --out-file-extension .cjs --copy-files",
7777
"compile:cjs": "tsc -p ./tsconfig.json && npm run babel",
78-
"compile": "npm run compile:esm && npm run compile:cjs && cp -r protos build/protos"
78+
"compile": "npm run compile:esm && npm run compile:cjs && rm -rf build/protos && cp -r protos build/protos"
7979
},
8080
"dependencies": {
8181
"google-gax": "^4.0.4"

packages/google-cloud-tasks/protos/protos.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)