diff --git a/package.json b/package.json index 31ca3b9..301f338 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "fuzz": "hardhat compile && fuzzing/fuzz.sh", "start": "hardhat node --export deployment-localhost.json", "compile": "hardhat compile", - "format": "prettier --write contracts/**/*.sol test/**/*.js", - "format:check": "prettier --check contracts/**/*.sol test/**/*.js", + "format": "prettier --write contracts/*.sol contracts/**/*.sol test/**/*.js", + "format:check": "prettier --check contracts/*.sol contracts/**/*.sol test/**/*.js", "lint": "solhint contracts/**.sol", "deploy": "hardhat deploy", "verify": "npm run verify:marketplace && npm run verify:state_changes",