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 9b1f614 commit cd8115dCopy full SHA for cd8115d
.circleci/config.yml
@@ -20,6 +20,7 @@ jobs:
20
command: |
21
git clone "https://x-access-token:$(./scripts/github_token.js 290530)@github.com/heroku/typescript-api-schema.git" repo
22
cd repo
23
+ yarn
24
git config --global push.default simple
25
git config --global user.name "$GIT_AUTHOR_NAME"
26
git config --global user.email "$GIT_AUTHOR_EMAIL"
0 commit comments