1
0
Fork 0
mirror of synced 2024-06-30 20:10:54 +12:00

Fix build deps

This commit is contained in:
Adria Navarro 2023-05-17 12:41:26 +02:00
parent f33f7b1143
commit 08babf719e

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: