mirror of
https://github.com/vacp2p/foundry-template.git
synced 2026-01-09 15:17:57 -05:00
chore: rename script to "prettier:write"
This commit is contained in:
@@ -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}\""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user