mirror of
https://github.com/tornadocash/tornado-core.git
synced 2024-12-17 19:34:21 -05:00
browserify command
This commit is contained in:
parent
666aba582c
commit
039cfa006c
@ -12,7 +12,8 @@
|
||||
"build:contract": "npx truffle compile",
|
||||
"test": "npx truffle test",
|
||||
"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": [],
|
||||
"author": "",
|
||||
|
Loading…
Reference in New Issue
Block a user