Skip to content

Commit cd8115d

Browse files
committed
fix: run yarn
1 parent 9b1f614 commit cd8115d

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
@@ -20,6 +20,7 @@ jobs:
2020
command: |
2121
git clone "https://x-access-token:$(./scripts/github_token.js 290530)@github.com/heroku/typescript-api-schema.git" repo
2222
cd repo
23+
yarn
2324
git config --global push.default simple
2425
git config --global user.name "$GIT_AUTHOR_NAME"
2526
git config --global user.email "$GIT_AUTHOR_EMAIL"

0 commit comments

Comments
 (0)