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
|
dist
|
||||||
node_modules
|
node_modules
|
||||||
key: ${{ github.sha }}
|
key: ${{ github.sha }}
|
||||||
|
- name: Install packages from monorepo level
|
||||||
|
run: cd ../../ && yarn
|
||||||
- name: Install packages for components package
|
- name: Install packages for components package
|
||||||
run: yarn
|
run: yarn
|
||||||
- name: See if storybook builds
|
- name: See if storybook builds
|
||||||
|
|
|
@ -9,7 +9,7 @@ yarn
|
||||||
yarn build
|
yarn build
|
||||||
yarn bundle
|
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
|
Then, you can install dependencies
|
||||||
``` sh
|
``` sh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user