We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02951ec commit 95a3a19Copy full SHA for 95a3a19
.circleci/config.yml
@@ -31,7 +31,7 @@ jobs:
31
sed -i -r "s/Heroku(Platform|Build|Setup|Vault)Api([^ ])/\2/" lib/index.d.ts
32
git add schema.json lib/index.d.ts
33
git commit -m "fix: updated schema" || exit 0
34
- git push origin master
+ git push -q origin master
35
release:
36
<<: *update
37
steps:
lib/index.d.ts
@@ -4253,3 +4253,7 @@ export interface WhitelistedEntity {
4253
id?: string
4254
[k: string]: any
4255
}
4256
+
4257
4258
4259
0 commit comments