Open bjnewman opened 10 months ago
yarn lint and yarn test fail on the current master branch
they should not fail on master since this creates hurdles for other developers to contribute
git clone git@github.com:Availity/availity-react.git && cd availity-react yarn install yarn lint yarn test
looks like a tsconfig or nx issue possibly
Jordan said he updated some dependencies recently that may have caused this.
npx envinfo --npmPackages '@availity/*' --binaries
🐛 Bug report
Current Behavior
yarn lint and yarn test fail on the current master branch
Expected behavior
they should not fail on master since this creates hurdles for other developers to contribute
Reproducible example
git clone git@github.com:Availity/availity-react.git && cd availity-react yarn install yarn lint yarn test
Suggested solution(s)
looks like a tsconfig or nx issue possibly
Additional context
Jordan said he updated some dependencies recently that may have caused this.
Your environment