Skip to content

Commit

Permalink
chore: Remove one more yarn ref
Browse files Browse the repository at this point in the history
  • Loading branch information
kevee committed Jun 30, 2022
1 parent 68e9a84 commit cb6cfdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"test": "BABEL_ENV=test jest",
"coverage": "jest --coverage; grunt coveralls;",
"lint": "eslint ./src",
"ci": "yarn run lint; jest --ci --runInBand --reporters=default --reporters=jest-junit"
"ci": "npm run lint; jest --ci --runInBand --reporters=default --reporters=jest-junit"
}
}

0 comments on commit cb6cfdb

Please sign in to comment.