Skip to content

Commit

Permalink
fixed prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
BkChoy committed Mar 22, 2024
1 parent 7f30f87 commit cf3df02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"compile": "npx hardhat compile",
"deploy-merkle-distributor": "npx ts-node --files scripts/deploy/deploy-merkle-distributor.ts",
"tsc": "tsc",
"prettier": "prettier --check \"contracts/**/*.sol*\" \"test/**/*.ts*\" \"src/**/*.ts*\" \"scripts/**/*.ts*\"",
"prettier:fix": "prettier --write \"contracts/**/*.sol*\" \"test/**/*.ts*\" \"src/**/*.ts*\" \"scripts/**/*.ts*\""
"prettier": "prettier --check \"contracts/**/*.sol*\" \"test/**/*.ts*\" \"scripts/**/*.ts*\"",
"prettier:fix": "prettier --write \"contracts/**/*.sol*\" \"test/**/*.ts*\" \"scripts/**/*.ts*\""
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
Expand Down

0 comments on commit cf3df02

Please sign in to comment.