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 7efcaa3 commit c676b1bCopy full SHA for c676b1b
.circleci/config.yml
@@ -22,7 +22,7 @@ jobs:
22
git config --global user.name "$GIT_AUTHOR_NAME"
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
+ cat schema.json | ./node_modules/.bin/json2ts --no-style.semi --style.singleQuote > lib/index.d.ts
26
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
0 commit comments