Skip to content

Commit

Permalink
chore: minor fix format scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
thashimoto1998 committed Jun 17, 2024
1 parent 1fc614d commit 19f897e
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 @@ -19,7 +19,7 @@
"lint:all": "npm run lint -ws",
"lint:core": "npm run lint -w vwbl-core",
"lint:evm": "npm run lint -w vwbl-sdk",
"format:all": "npm run lint -ws",
"format:all": "npm run format -ws",
"format:core": "npm run format -w vwbl-core",
"format:evm": "npm run format -w vwbl-sdk",
"test:evm": "npm run test -w vwbl-sdk"
Expand Down

0 comments on commit 19f897e

Please sign in to comment.