diff --git a/.github/workflows/budibase_ci.yml b/.github/workflows/budibase_ci.yml index 7cd9b2dc48..b594a8a62f 100644 --- a/.github/workflows/budibase_ci.yml +++ b/.github/workflows/budibase_ci.yml @@ -44,7 +44,7 @@ jobs: node-version: 14.x cache: "yarn" - run: yarn - - run: yarn build --scope=@budibase/types --scope=@budibase/shared-core --scope=@budibase/string-templates + - run: yarn build --scope=@budibase/string-templates - run: yarn nx run-many -t=check:types test: