Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
syntrust committed Sep 5, 2024
1 parent 242341f commit 4cc13a1
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 @@ -32,7 +32,7 @@
"scripts": {
"install:all": "npm install && forge install",
"compile": "hardhat compile",
"test": "hardhat test && forge test",
"test": "hardhat test && forge test -vvvv",
"prettier:check": "prettier-check contracts/**/*.sol",
"prettier:fix": "prettier --write contracts/**/*.sol test/**/*.js scripts/**/*.js",
"deploy": "npx hardhat run scripts/deploy.js --network sepolia",
Expand Down

0 comments on commit 4cc13a1

Please sign in to comment.