mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Simplify ui task command
This commit is contained in:
parent
d1545245c2
commit
50afc386e5
@ -7,7 +7,7 @@
|
||||
"start": "gulp dev",
|
||||
"test": "mocha --require test/helper.js --compilers js:babel-register --recursive",
|
||||
"watch": "mocha watch --compilers js:babel-register --recursive",
|
||||
"ui": "cd development && beefy mocker.js:bundle.js --live --open"
|
||||
"ui": "beefy development/mocker.js:bundle.js --live --open --cwd development --index=./development/index.html"
|
||||
},
|
||||
"browserify": {
|
||||
"transform": [
|
||||
|
Loading…
Reference in New Issue
Block a user