Skip to content

Commit a9ece58

Browse files
committed
Fix format function
1 parent cf87ba8 commit a9ece58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test:native": "npm run clean && TEST__IS_NATIVE_CHAIN=true npx hardhat test test/byContract/IexecEscrow/IexecEscrowNative.test.ts",
2020
"coverage": "npx hardhat coverage",
2121
"verify": "npx hardhat verify",
22-
"format": "npx prettier --write ./contracts/**/*.sol",
22+
"format": "npx prettier --write '**/*.{js,ts,sol,json,yml}'",
2323
"uml": "npm run sol-to-uml && npm run puml-to-links && npm run storage-to-diagrams",
2424
"sol-to-uml": "npx zx scripts/tools/sol-to-uml.mjs",
2525
"puml-to-links": "npx zx scripts/tools/puml-to-links.mjs",
@@ -86,4 +86,4 @@
8686
"sol2uml": "After 2.5.19, see https://github.com/naddison36/sol2uml/issues/183",
8787
"solidity-coverage": "Fixing Hardhat's solidity-coverage: TypeError: provider.send is not a function"
8888
}
89-
}
89+
}

0 commit comments

Comments
 (0)