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 97389be commit e329869Copy full SHA for e329869
.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 | json2ts > lib/index.d.ts
+ cat schema.json | ./node_modules/.bin/json2ts > lib/index.d.ts
26
git add schema.json lib/index.d.ts
27
git commit -m "fix: updated schema"
28
git push origin master
0 commit comments