mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-10 22:16:20 +00:00
"embark-" prefixed bin entry in package.json for ganache-cli
This commit is contained in:
parent
00d0a07c25
commit
c9cf7dccb7
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user