Skip to content

Commit

Permalink
feat: use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
phenix3443 committed Aug 24, 2023
1 parent b98c073 commit bbb9fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"prepare": "husky install",
"build": "forge build",
"test": "forge test",
"lint:sol": "pnpm solhint src/**/*.sol script/**/*.sol test/**/*.sol",
"lint:sol": "solhint src/**/*.sol script/**/*.sol test/**/*.sol",
"format:sol": "prettier --write --plugin=prettier-plugin-solidity src/**/*.sol script/**/*.sol test/**/*.sol"
},
"repository": {
Expand Down

0 comments on commit bbb9fb8

Please sign in to comment.