Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Wolf <wolfynft@gmail.com>
  • Loading branch information
wolfy-nft committed Dec 2, 2024
1 parent 0627070 commit 88dec09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"test:gas": "REPORT_GAS=true hardhat test",
"coverage": "REPORT_COVERAGE=true hardhat coverage",
"precommit": "lint-staged",
"lint": "npm run lint:js && npm run lint:sol",
"lint:js": "eslint .",
"lint:sol": "prettier --write \"contracts/**/*.sol\""
"lint": "npm run lint:js && npm run fmt",
"lint:js": "eslint . --fix",
"fmt": "forge fmt"
},
"dependencies": {
"@inquirer/prompts": "^2.2.0",
Expand Down

0 comments on commit 88dec09

Please sign in to comment.