mirror of
https://github.com/vacp2p/foundry-template.git
synced 2025-03-04 00:50:56 +00:00
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:sol": "solhint \"{src,test}/**/*.sol\"",
|
||||
"postinstall": "husky install",
|
||||
"prettier": "prettier --config \"./.prettierrc.yml\" --write \"**/*.{json,md,sol,yml}\"",
|
||||
"prettier:check": "prettier --config \"./.prettierrc.yml\" --check \"**/*.{json,md,sol,yml}\""
|
||||
"prettier": "prettier --write \"**/*.{json,md,sol,yml}\"",
|
||||
"prettier:check": "prettier --check \"**/*.{json,md,sol,yml}\""
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user