diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ad185fed..fe96e5e3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/packages/components/README.md b/packages/components/README.md index 13a9873d..ea2c7fcd 100644 --- a/packages/components/README.md +++ b/packages/components/README.md @@ -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