mirror of
https://github.com/vacp2p/foundry-template.git
synced 2026-01-08 22:58:05 -05:00
build: switch from yarn to pnpm
This commit is contained in:
@@ -20,12 +20,11 @@
|
||||
"solidity",
|
||||
"template"
|
||||
],
|
||||
"packageManager": "yarn@3.4.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"clean": "rimraf cache out",
|
||||
"lint": "yarn lint:sol && yarn prettier:check",
|
||||
"lint:sol": "forge fmt --check && yarn solhint \"{script,src,test}/**/*.sol\"",
|
||||
"lint": "pnpm lint:sol && pnpm prettier:check",
|
||||
"lint:sol": "forge fmt --check && pnpm solhint \"{script,src,test}/**/*.sol\"",
|
||||
"prettier:check": "prettier --check \"**/*.{json,md,yml}\"",
|
||||
"prettier:write": "prettier --write \"**/*.{json,md,yml}\""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user