mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
Add ui mocking script
This commit is contained in:
parent
2843459fcf
commit
90e4483d68
@ -6,7 +6,8 @@
|
||||
"scripts": {
|
||||
"start": "gulp dev",
|
||||
"test": "mocha --require test/helper.js --compilers js:babel-register --recursive",
|
||||
"watch": "mocha watch --compilers js:babel-register --recursive"
|
||||
"watch": "mocha watch --compilers js:babel-register --recursive",
|
||||
"ui": "cd development && node genStates.js && beefy mocker.js:bundle.js --live --open"
|
||||
},
|
||||
"browserify": {
|
||||
"transform": [
|
||||
|
Loading…
Reference in New Issue
Block a user