Remove unnecessary builds

This commit is contained in:
Adria Navarro 2023-05-19 17:39:38 +02:00
parent 17e7044617
commit 7e2ddcef29
1 changed files with 1 additions and 1 deletions

View File

@ -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: