Skip to content

Commit

Permalink
chore: alphabetizing scripts in the package file
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Dec 9, 2019
1 parent a3ef903 commit 5a6de1c
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 @@ -55,8 +55,8 @@
},
"scripts": {
"lint": "eslint .",
"prettier": "prettier --list-different --write \"./**/**.js\"",
"pretest": "npm run lint && npm run prettier",
"prettier": "prettier --list-different --write \"./**/**.js\"",
"test": "jest --coverage --silent"
},
"jest": {
Expand Down

0 comments on commit 5a6de1c

Please sign in to comment.