diff --git a/package.json b/package.json index ff70c63e6..be064bcac 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "test_dapp": "cross-env-shell \"cd test_apps/$DAPP && npm install && npm test\"" }, "bin": { - "embark": "./bin/embark" + "embark": "./bin/embark", + "embark-ganache-cli": "./node_modules/.bin/ganache-cli" }, "main": "./lib/index.js", "directories": {