mirror of
https://github.com/tornadocash/tornado-core.git
synced 2024-12-18 03:44:21 -05:00
browserify command
This commit is contained in:
parent
666aba582c
commit
039cfa006c
@ -12,7 +12,8 @@
|
|||||||
"build:contract": "npx truffle compile",
|
"build:contract": "npx truffle compile",
|
||||||
"test": "npx truffle test",
|
"test": "npx truffle test",
|
||||||
"migrate": "npx truffle migrate --network kovan --reset",
|
"migrate": "npx truffle migrate --network kovan --reset",
|
||||||
"migrate:dev": "npx truffle migrate --network development --reset"
|
"migrate:dev": "npx truffle migrate --network development --reset",
|
||||||
|
"browserify": "browserify cli.js -o index.js --exclude worker_threads"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
|
Loading…
Reference in New Issue
Block a user