chore: simplify prettier scripts in "package.json"
This commit is contained in:
parent
bfe3ebc2f1
commit
b33a33c2a6
|
@ -38,7 +38,7 @@
|
||||||
"lint": "yarn lint:sol && yarn prettier:check",
|
"lint": "yarn lint:sol && yarn prettier:check",
|
||||||
"lint:sol": "solhint \"{src,test}/**/*.sol\"",
|
"lint:sol": "solhint \"{src,test}/**/*.sol\"",
|
||||||
"postinstall": "husky install",
|
"postinstall": "husky install",
|
||||||
"prettier": "prettier --config \"./.prettierrc.yml\" --write \"**/*.{json,md,sol,yml}\"",
|
"prettier": "prettier --write \"**/*.{json,md,sol,yml}\"",
|
||||||
"prettier:check": "prettier --config \"./.prettierrc.yml\" --check \"**/*.{json,md,sol,yml}\""
|
"prettier:check": "prettier --check \"**/*.{json,md,sol,yml}\""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue