aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorThomas Huang <thomas.b.huang@gmail.com>2017-07-26 07:33:52 +0800
committerThomas Huang <thomas.b.huang@gmail.com>2017-07-26 07:33:52 +0800
commiteb1566349723804e688f95a06f1208767e6d1938 (patch)
tree2cad13be8070c46e3a9cf041f0539fac65d615c8 /package.json
parenta1fab0649035b75604dbee5aa18077c5cd747b3b (diff)
downloadtangerine-wallet-browser-eb1566349723804e688f95a06f1208767e6d1938.tar
tangerine-wallet-browser-eb1566349723804e688f95a06f1208767e6d1938.tar.gz
tangerine-wallet-browser-eb1566349723804e688f95a06f1208767e6d1938.tar.bz2
tangerine-wallet-browser-eb1566349723804e688f95a06f1208767e6d1938.tar.lz
tangerine-wallet-browser-eb1566349723804e688f95a06f1208767e6d1938.tar.xz
tangerine-wallet-browser-eb1566349723804e688f95a06f1208767e6d1938.tar.zst
tangerine-wallet-browser-eb1566349723804e688f95a06f1208767e6d1938.zip
One script runs for Ci build
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index fe5466b9e..6d5227356 100644
--- a/package.json
+++ b/package.json
@@ -14,6 +14,7 @@
"single-test": "METAMASK_ENV=test mocha --require test/helper.js",
"test-integration": "npm run buildMock && npm run buildCiUnits && testem ci -P 2",
"test-coverage": "nyc npm run test-unit && nyc report --reporter=text-lcov | coveralls",
+ "ci": "npm run lint && npm run test-coverage && npm run test-integration",
"lint": "gulp lint",
"buildCiUnits": "node test/integration/index.js",
"watch": "mocha watch --recursive \"test/unit/**/*.js\"",