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

View File

@ -9,7 +9,7 @@ yarn
yarn build
yarn bundle
```
If you've otherwise done this recently you can skip those.
If you've otherwise done this recently you can skip those.
Then, you can install dependencies
``` sh