From da873d2db0188c47cea10a7420d648d698e27d1a Mon Sep 17 00:00:00 2001 From: Quinn Dougherty Date: Wed, 23 Mar 2022 21:18:00 -0400 Subject: [PATCH] one last try at getting components job to pass --- .github/workflows/ci.yaml | 4 +++- packages/components/README.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fe96e5e3..21a3d165 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,6 +39,8 @@ jobs: working-directory: packages/squiggle-lang steps: - uses: actions/checkout@v2 + - name: Install packages from monorepo level + run: cd ../../ && yarn - name: Install packages run: yarn - name: Build rescript codebase @@ -81,7 +83,7 @@ jobs: run: cd ../../ && yarn - name: Install packages for components package run: yarn - - name: See if storybook builds + - name: Build storybook run: yarn build - name: Run tsc and webpack run: yarn bundle diff --git a/packages/components/README.md b/packages/components/README.md index ea2c7fcd..13a9873d 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