Skip to content

Commit

Permalink
fix prettify command package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cwsnt committed Jan 19, 2024
1 parent f33a361 commit 1ebe3bf
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 @@ -38,7 +38,7 @@
"init": "yarn install && set TS_NODE_TRANSPILE_ONLY=1 && yarn hardhat compile --force",
"prepare": "yarn patch-package && rm -rf ./dist/ && set TS_NODE_TRANSPILE_ONLY=1 && yarn hardhat compile --force && tsc",
"contract-sizes": "yarn hardhat size-contracts",
"prettify": "prettier --write test/**/*.ts types/generated/*.ts types/**/*.ts contracts/**/*.sol",
"prettify": "prettier --write tests/**/*.ts types/generated/*.ts types/**/*.ts contracts/**/*.sol",
"prettier-check": "prettier --check .",
"flatten": "sol-merger \"./contracts/[^fish]**/*.sol\" ./_flat",
"prepublishOnly": "yarn run compile",
Expand Down

0 comments on commit 1ebe3bf

Please sign in to comment.