Fix CI?
This commit is contained in:
parent
721e728275
commit
c93072d9b4
@ -19,6 +19,8 @@ jobs:
|
||||
run: nix develop --impure --command bash -c 'export HOME=$PWD; yarn config set link-folder . && yarn install'
|
||||
- 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'
|
||||
- name: typecheck
|
||||
run: nix develop --impure --command bash -c 'export HOME=$PWD; yarn tsc --noEmit'
|
||||
- name: prettier
|
||||
|
Loading…
Reference in New Issue
Block a user