chore: rename script to "prettier:write"

This commit is contained in:
Paul Razvan Berg 2022-11-27 16:03:19 +02:00
parent 4554e07f93
commit a793146917
No known key found for this signature in database
GPG Key ID: BCC366159BD63828
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
"lint": "yarn lint:sol && yarn prettier:check",
"lint:sol": "solhint \"{src,test}/**/*.sol\"",
"postinstall": "husky install",
"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}\""
}
}