diff --git a/.github/workflows/budibase_ci.yml b/.github/workflows/budibase_ci.yml index a9cb89d4e6..030ad6578e 100644 --- a/.github/workflows/budibase_ci.yml +++ b/.github/workflows/budibase_ci.yml @@ -65,7 +65,9 @@ jobs: # Run build all the projects - name: Build - run: yarn build + run: | + yarn build:oss + yarn build:account-portal # Check the types of the projects built via esbuild - name: Check types run: |