Skip to content

Commit b0a929a

Browse files
committed
fix(ci): add missing yarn command
1 parent a0364dc commit b0a929a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
node-version: 12
2323
- run: git config credential.helper "store --file=.git/credentials"
2424
- run: 'echo "https://benjie:${GITHUB_TOKEN}@github.com" > .git/credentials'
25+
- run: yarn
2526
- run: yarn clean
2627
- run: yarn format
2728
- run: yarn build

0 commit comments

Comments
 (0)