diff --git a/solidity/package.json b/solidity/package.json index 180773092..8cb5969e1 100644 --- a/solidity/package.json +++ b/solidity/package.json @@ -16,7 +16,7 @@ "scripts": { "clean": "hardhat clean && rm -rf cache/ export/ gen/ export.json", "build": "hardhat compile", - "deployment": "hardhat deploy --export export.json", + "deploy": "hardhat deploy --export export.json", "docs": "hardhat docgen", "format": "npm run lint:js && npm run lint:sol && npm run lint:config", "format:fix": "npm run lint:js:fix && npm run lint:sol:fix && npm run lint:config:fix",