Skip to content

Commit

Permalink
fix react dep
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed May 9, 2020
1 parent 2053fcf commit 328675f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
rm package.json
rm package-lock.json
npm init -y
npm install create-react-app
npm install react-scripts
echo '{"extends": "react-app"}' > .eslintrc
npx eslint src
cypress-run:
Expand Down

0 comments on commit 328675f

Please sign in to comment.