browserify command

This commit is contained in:
poma 2019-07-15 21:33:37 +03:00
parent 666aba582c
commit 039cfa006c

View File

@ -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": "",