Skip to content

Commit d9b7f35

Browse files
committed
simplify names
1 parent 6afa478 commit d9b7f35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
git config --global user.email "$GIT_AUTHOR_EMAIL"
2424
curl https://api.heroku.com/schema -H "Accept: application/vnd.heroku+json; version=3" > schema.json
2525
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
2627
git add schema.json lib/index.d.ts
2728
git commit -m "fix: updated schema" || exit 0
2829
git push origin master

0 commit comments

Comments
 (0)