Skip to content

Commit

Permalink
chore: adding a prettier script
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Mar 1, 2022
1 parent 2729a85 commit c718583
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"prettier": "prettier --list-different --write \"./**/**.js\"",
"release": "npx conventional-changelog-cli -i CHANGELOG.md -s",
"test": "jest --coverage"
},
Expand Down

0 comments on commit c718583

Please sign in to comment.