Skip to content

Commit

Permalink
chore: rename script to "prettier:write"
Browse files Browse the repository at this point in the history
chore: simplify prettier script by removing "--config" flag
  • Loading branch information
PaulRBerg committed Nov 27, 2022
1 parent 6efad81 commit c52a0de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"postinstall": "husky install",
"postpublish": "pinst --enable",
"prepublishOnly": "pinst --disable",
"prettier": "prettier --write \"**/*.{json,md,sol,yml}\"",
"prettier:check": "prettier --check \"**/*.{json,md,sol,yml}\""
"prettier:check": "prettier --check \"**/*.{json,md,sol,yml}\"",
"prettier:write": "prettier --write \"**/*.{json,md,sol,yml}\""
},
"types": "./dist/node/index.d.ts"
}

0 comments on commit c52a0de

Please sign in to comment.