diff --git a/packages/faucet/package.json b/packages/faucet/package.json index cc90b278..69ec5859 100644 --- a/packages/faucet/package.json +++ b/packages/faucet/package.json @@ -6,6 +6,9 @@ "license": "Apache-2.0", "main": "build/index.js", "types": "types/index.d.ts", + "bin": { + "cosmwasm-faucet": "bin/cosmwasm-faucet" + }, "files": [ "build/", "types/",