build: remove "rimraf" Node.js dep

This commit is contained in:
Paul Razvan Berg
2023-04-11 22:23:15 +03:00
parent 3e8c4e8902
commit 3579b61b79
2 changed files with 1 additions and 47 deletions

View File

@@ -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}\"",