one last try at getting components job to pass
This commit is contained in:
parent
28956743ae
commit
da873d2db0
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -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
|
||||
|
|
|
@ -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