1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

Remove unnecessary builds

This commit is contained in:
Adria Navarro 2023-05-19 17:39:38 +02:00
parent 17e7044617
commit 7e2ddcef29

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: