top level yarn run first in components job

This commit is contained in:
Quinn Dougherty 2022-03-23 20:18:35 -04:00
parent def42af9c6
commit 28956743ae
2 changed files with 3 additions and 1 deletions

View File

@ -77,6 +77,8 @@ jobs:
dist
node_modules
key: ${{ github.sha }}
- name: Install packages from monorepo level
run: cd ../../ && yarn
- name: Install packages for components package
run: yarn
- name: See if storybook builds