Skip to content

Commit f87d8c8

Browse files
committed
Update ci.yml to install deps
1 parent 40edf6a commit f87d8c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ jobs:
8989
uses: actions/checkout@v3
9090
- name: Set up Volta
9191
uses: volta-cli/action@v3
92+
- run: yarn install
93+
- run: yarn build
9294
- name: Set up npm
9395
run: |
9496
echo "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}"> ~/.npmrc

0 commit comments

Comments
 (0)