From 8174715d1760999fc1d683863a2b4cfda6d7febf Mon Sep 17 00:00:00 2001 From: Sam Nolan Date: Mon, 6 Jun 2022 04:32:00 +0000 Subject: [PATCH] Build components before website in CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7124406e..382dd55b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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