Fix build deps

This commit is contained in:
Adria Navarro 2023-05-17 12:41:26 +02:00
parent f33f7b1143
commit 08babf719e
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,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/types --scope=@budibase/shared-core --scope=@budibase/string-templates --scope=@budibase/client
- run: yarn test --ignore=@budibase/pro
- uses: codecov/codecov-action@v3
with: