aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2016-07-26 09:37:10 +0800
committerGitHub <noreply@github.com>2016-07-26 09:37:10 +0800
commit04f755a132e80fc018e42e2104f6c6feffeb183f (patch)
treec3f1e7a428cff016caa214712d49dead45ebf335 /package.json
parent11dfb8e869d425204512b250b00ef71ed85a14cc (diff)
parent0eb7354c1acc036452115351485d0fbc94b4bb08 (diff)
downloadtangerine-wallet-browser-04f755a132e80fc018e42e2104f6c6feffeb183f.tar.gz
tangerine-wallet-browser-04f755a132e80fc018e42e2104f6c6feffeb183f.tar.zst
tangerine-wallet-browser-04f755a132e80fc018e42e2104f6c6feffeb183f.zip
Merge pull request #482 from MetaMask/FirefoxCompatibility
Fix inpage script race condition
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index ef570fb94..2c264cfd0 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,8 @@
"private": true,
"scripts": {
"start": "gulp dev",
- "test": "mocha --require test/helper.js --compilers js:babel-register --recursive \"test/unit/**/*.js\" && npm run ci",
+ "test": "npm run fastTest && npm run ci",
+ "fastTest": "mocha --require test/helper.js --compilers js:babel-register --recursive \"test/unit/**/*.js\"",
"watch": "mocha watch --compilers js:babel-register --recursive \"test/unit/**/*.js\"",
"ui": "node development/genStates.js && beefy ui-dev.js:bundle.js --live --open --index=./development/index.html --cwd ./",
"mock": "beefy mock-dev.js:bundle.js --live --open --index=./development/index.html --cwd ./",
@@ -86,6 +87,7 @@
"deep-freeze-strict": "^1.1.1",
"del": "^2.2.0",
"gulp": "github:gulpjs/gulp#4.0",
+ "gulp-brfs": "^0.1.0",
"gulp-livereload": "^3.8.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",