Skip to content

Commit c676b1b

Browse files
committed
fix: make style match linter
1 parent 7efcaa3 commit c676b1b

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 | ./node_modules/.bin/json2ts > lib/index.d.ts
25+
cat schema.json | ./node_modules/.bin/json2ts --no-style.semi --style.singleQuote > lib/index.d.ts
2626
sed -i -r "s/Heroku(Platform|Build|Setup|Vault)Api([^ ])/\2/" lib/index.d.ts
2727
git add schema.json lib/index.d.ts
2828
git commit -m "fix: updated schema" || exit 0

0 commit comments

Comments
 (0)