Skip to content

Commit

Permalink
small correction
Browse files Browse the repository at this point in the history
  • Loading branch information
josojo committed Nov 28, 2023
1 parent 7d06c27 commit 66b4a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"scripts": {
"fmt": "prettier 'contracts/**/*.sol' -w && prettier 'test/**/*.sol' -w",
"fmt:check": "prettier 'contracts/**/*.sol' -w && prettier 'test/**/*.sol' -c",
"fmt:check": "prettier 'contracts/**/*.sol' -c && prettier 'test/**/*.sol' -c",
"lint": "solhint 'contracts/**/*.sol' 'test/**/*.sol'"
},
"dependencies": {
Expand Down

0 comments on commit 66b4a82

Please sign in to comment.