Skip to content

Commit

Permalink
Fix build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinr committed May 17, 2023
1 parent fa1f6f5 commit 5d0edcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/budibase_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5d0edcc

Please sign in to comment.