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 12966b8 commit 9ba393bCopy full SHA for 9ba393b
.circleci/config.yml
@@ -23,7 +23,7 @@ jobs:
23
git config --global user.email "$GIT_AUTHOR_EMAIL"
24
curl https://api.heroku.com/schema -H "Accept: application/vnd.heroku+json; version=3" > schema.json
25
cat schema.json | ./node_modules/.bin/json2ts > lib/index.d.ts
26
- sed -ir "s/Heroku(Platform|Build|Setup|Vault)Api([^ ])/\2/" lib/index.d.ts
+ sed -i -r "s/Heroku(Platform|Build|Setup|Vault)Api([^ ])/\2/" lib/index.d.ts
27
git add schema.json lib/index.d.ts
28
git commit -m "fix: updated schema" || exit 0
29
git push origin master
0 commit comments