top level yarn run first in components job
This commit is contained in:
parent
def42af9c6
commit
28956743ae
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user