diff --git a/scripts/check-all b/scripts/check-all index 3cb8ae958a..0f4cf6ed76 100755 --- a/scripts/check-all +++ b/scripts/check-all @@ -2,8 +2,8 @@ set -e -yarn workspaces run lint -yarn workspaces run build --no-lint +yarn workspaces foreach run lint +yarn workspaces foreach run build --no-lint # Tests API yarn test:api