1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Add ui mocking script

This commit is contained in:
Dan Finlay 2016-06-30 18:23:13 -07:00
parent 2843459fcf
commit 90e4483d68

View File

@ -6,7 +6,8 @@
"scripts": { "scripts": {
"start": "gulp dev", "start": "gulp dev",
"test": "mocha --require test/helper.js --compilers js:babel-register --recursive", "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": { "browserify": {
"transform": [ "transform": [