mirror of
https://github.com/vacp2p/foundry-template.git
synced 2026-01-08 22:58:05 -05:00
build: remove "rimraf" Node.js dep
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^2.8.4",
|
||||
"rimraf": "^4.1.2",
|
||||
"solhint": "^3.4.0"
|
||||
},
|
||||
"keywords": [
|
||||
@@ -22,7 +21,7 @@
|
||||
],
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"clean": "rimraf cache out",
|
||||
"clean": "rm -rf cache out",
|
||||
"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}\"",
|
||||
|
||||
Reference in New Issue
Block a user