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
|
working-directory: packages/squiggle-lang
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Install packages from monorepo level
|
||||||
|
run: cd ../../ && yarn
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: yarn
|
run: yarn
|
||||||
- name: Build rescript codebase
|
- name: Build rescript codebase
|
||||||
|
@ -81,7 +83,7 @@ jobs:
|
||||||
run: cd ../../ && yarn
|
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: Build storybook
|
||||||
run: yarn build
|
run: yarn build
|
||||||
- name: Run tsc and webpack
|
- name: Run tsc and webpack
|
||||||
run: yarn bundle
|
run: yarn bundle
|
||||||
|
|
Loading…
Reference in New Issue
Block a user