Build components before website in CI

This commit is contained in:
Sam Nolan 2022-06-06 04:32:00 +00:00
parent cd8a92e91f
commit 8174715d17

View File

@ -154,5 +154,7 @@ jobs:
run: cd ../../ && yarn
- name: Build rescript in squiggle-lang
run: cd ../squiggle-lang && yarn build
- name: Build components
run: cd ../components && yarn build
- name: Build website assets
run: yarn build