Skip to content

Commit e329869

Browse files
committed
fix circle
1 parent 97389be commit e329869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
git config --global user.name "$GIT_AUTHOR_NAME"
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
25-
cat schema.json | json2ts > lib/index.d.ts
25+
cat schema.json | ./node_modules/.bin/json2ts > lib/index.d.ts
2626
git add schema.json lib/index.d.ts
2727
git commit -m "fix: updated schema"
2828
git push origin master

0 commit comments

Comments
 (0)