Fix build

This commit is contained in:
Adria Navarro 2023-05-19 17:37:39 +02:00
parent 077e6895da
commit 17e7044617
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ jobs:
node-version: 14.x node-version: 14.x
cache: "yarn" cache: "yarn"
- run: yarn - run: yarn
- run: yarn build --scope=@budibase/types --scope=@budibase/shared-core --scope=@budibase/string-templates
- run: yarn nx run-many -t=check:types - run: yarn nx run-many -t=check:types
test: test: