diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index 61b6ba8..39a04c8 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -20,9 +20,9 @@ jobs: - name: lint run: nix develop --impure --command bash -c 'export HOME=$PWD; yarn run lint' - name: typecheck react-native-vision-camera - run: nix develop --impure --command bash -c 'export HOME=$PWD; cd ./react-native-vision-camera/package; yarn tsc --noEmit' + run: nix develop --impure --command bash -c 'export HOME=$PWD; cd ./react-native-vision-camera/package; tsc' - name: typecheck - run: nix develop --impure --command bash -c 'export HOME=$PWD; yarn tsc --noEmit' + run: nix develop --impure --command bash -c 'export HOME=$PWD; yarn tsc' - name: prettier run: nix develop --impure --command bash -c 'export HOME=$PWD; prettier . --check' - name: test