Remove npx call in package.json

This commit is contained in:
Arnaud 2025-04-10 09:24:35 +02:00
parent 74411ebf7c
commit 6994dea0e5
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -9,7 +9,7 @@
"format": "prettier --write test/**/*.js --plugin=prettier-plugin-solidity contracts/**/*.sol ",
"format:check": "prettier --check test/**/*.js --plugin=prettier-plugin-solidity contracts/**/*.sol",
"lint": "solhint contracts/**.sol",
"deploy": "npx hardhat run scripts/deploy.js",
"deploy": "hardhat run scripts/deploy.js",
"verify": "npm run verify:marketplace && npm run verify:state_changes",
"verify:marketplace": "certoraRun certora/confs/Marketplace.conf",
"verify:state_changes": "certoraRun certora/confs/StateChanges.conf",