aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorThomas <tmashuang@gmail.com>2018-03-10 15:58:56 +0800
committerThomas <tmashuang@gmail.com>2018-03-10 15:58:56 +0800
commita3af225e499a5989d86937ad022cffe03334cd2a (patch)
treea4246e9c8f982b96a576f8cc081e5b343bcb1edf /package.json
parenta62fe4f7eae1c615c15c56109eb40874e811d25f (diff)
parentddc85354d3df508cbecc016fc0213a6560d885e1 (diff)
downloadtangerine-wallet-browser-a3af225e499a5989d86937ad022cffe03334cd2a.tar.gz
tangerine-wallet-browser-a3af225e499a5989d86937ad022cffe03334cd2a.tar.zst
tangerine-wallet-browser-a3af225e499a5989d86937ad022cffe03334cd2a.zip
Merge branch 'master' into selenium-e2e
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 36b59a9bc..d4c6e4260 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,8 @@
"test": "npm run lint && npm run test:coverage && npm run test:integration",
"test:unit": "METAMASK_ENV=test mocha --exit --require babel-core/register --require test/helper.js --recursive \"test/unit/**/*.js\"",
"test:single": "METAMASK_ENV=test mocha --require test/helper.js",
- "test:integration": "gulp build:scss && npm run test:flat && npm run test:mascara",
+ "test:integration": "npm run test:integration:build && npm run test:flat && npm run test:mascara",
+ "test:integration:build": "gulp build:scss",
"test:e2e": "METAMASK_ENV=test mocha test/e2e/metamask.spec --recursive || true",
"test:coverage": "nyc npm run test:unit && npm run test:coveralls-upload",
"test:coveralls-upload": "if [ $COVERALLS_REPO_TOKEN ]; then nyc report --reporter=text-lcov | coveralls; fi",