mirror of
https://github.com/logos-storage/logos-storage-contracts-eth.git
synced 2026-01-04 06:13:09 +00:00
Remove npx call in package.json
This commit is contained in:
parent
74411ebf7c
commit
6994dea0e5
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user