Every once in a while, yarn install randomly fails due to husky #2950
Unanswered
antoinedesp
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
React Native
Steps to reproduce
Expected results
The build should pass. It actually passes every 2 or 3 builds without changes from my side.
Actual results
[4/4] Building fresh packages...
success Saved lockfile.
$ husky install && yarn build
fatal: not a git repository (or any of the parent directories): .git
husky - git command not found, skipping install
yarn run v1.22.22
$ rm -rf lib && tsc -p .
Done in 1.13s.
Build failed :|
Step 3 script
Install yarn dependencies
exited with status code 1Build id (optional)
Failing build: 679a0a921915fe0c75619c1f, succesful build: 679a0b4a1915fe0c75619c88. Project repo unchanged between those two.
Beta Was this translation helpful? Give feedback.
All reactions