diff --git a/package.json b/package.json index 00c2e5c8..b0018de2 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,7 @@ "scripts": { "compile": "hardhat compile", "test": "hardhat test", - "build": "rm -rf dist && tsc --declaration && hardhat compile", - "publish:dist": "yarn build && cd dist && yarn publish --access public", + "build": "rm -rf dist && hardhat compile && tsc --declaration", "lint": "yarn lint:ts && yarn lint:sol && yarn prettier:check", "lint:ts": "eslint --ignore-path ./.eslintignore --ext .js,.ts .", "lint:sol": "solhint \"contracts/**/*.sol\"",