Skip to content

Commit

Permalink
Ditch yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Sum authored and Hugo Sum committed Jul 27, 2021
1 parent 3fe2dee commit 2b100b9
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 @@ -88,7 +88,7 @@
"husky": {
"hooks": {
"pre-commit": "$(npm bin)/lint-staged",
"pre-push": "yarn test"
"pre-push": "npm run test"
}
},
"keywords": [
Expand Down

0 comments on commit 2b100b9

Please sign in to comment.