one last try at getting components job to pass

This commit is contained in:
Quinn Dougherty 2022-03-23 21:18:00 -04:00
parent 28956743ae
commit da873d2db0
2 changed files with 4 additions and 2 deletions

View File

@ -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

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