Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Commit

Permalink
chore: add prettier fix script to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevoss committed Jun 14, 2019
1 parent 778a4ca commit 8fd850c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"build": "tsc --module commonjs && rollup -c rollup.config.js",
"prebuild": "rimraf dist",
"prepublishOnly": "npm run build",
"release": "release-it"
"release": "release-it",
"prettier:fix": "prettier src/**/*.ts --config=.prettierrc --write"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 8fd850c

Please sign in to comment.