Please work
This commit is contained in:
parent
4ae2e70586
commit
e7f5d19707
@ -20,7 +20,7 @@ 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; tsc'
|
||||
run: nix develop --impure --command bash -c 'export HOME=$PWD; cd ./react-native-vision-camera/package; yarn install && tsc'
|
||||
- name: typecheck
|
||||
run: nix develop --impure --command bash -c 'export HOME=$PWD; yarn tsc'
|
||||
- name: prettier
|
||||
|
Loading…
Reference in New Issue
Block a user