Skip to content

Commit 95a3a19

Browse files
committed
fix: quiet git push
1 parent 02951ec commit 95a3a19

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
sed -i -r "s/Heroku(Platform|Build|Setup|Vault)Api([^ ])/\2/" lib/index.d.ts
3232
git add schema.json lib/index.d.ts
3333
git commit -m "fix: updated schema" || exit 0
34-
git push origin master
34+
git push -q origin master
3535
release:
3636
<<: *update
3737
steps:

lib/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4253,3 +4253,7 @@ export interface WhitelistedEntity {
42534253
id?: string
42544254
[k: string]: any
42554255
}
4256+
4257+
4258+
4259+

0 commit comments

Comments
 (0)