aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorWhymarrh Whitby <whymarrh.whitby@gmail.com>2019-03-29 00:43:11 +0800
committerWhymarrh Whitby <whymarrh.whitby@gmail.com>2019-03-29 21:43:39 +0800
commit7fc84f3cc087deab5d937ee589de56fa40cd7ced (patch)
treef488cdb5c911eec2fd3d43c73e20628ad8d10841 /package.json
parent99f53f582704f8bb65b5b321ebe91c5bfd5fe952 (diff)
downloadtangerine-wallet-browser-7fc84f3cc087deab5d937ee589de56fa40cd7ced.tar
tangerine-wallet-browser-7fc84f3cc087deab5d937ee589de56fa40cd7ced.tar.gz
tangerine-wallet-browser-7fc84f3cc087deab5d937ee589de56fa40cd7ced.tar.bz2
tangerine-wallet-browser-7fc84f3cc087deab5d937ee589de56fa40cd7ced.tar.lz
tangerine-wallet-browser-7fc84f3cc087deab5d937ee589de56fa40cd7ced.tar.xz
tangerine-wallet-browser-7fc84f3cc087deab5d937ee589de56fa40cd7ced.tar.zst
tangerine-wallet-browser-7fc84f3cc087deab5d937ee589de56fa40cd7ced.zip
ci: Add build:test Gulp task for e2e 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 79451612c..41d914c09 100644
--- a/package.json
+++ b/package.json
@@ -8,6 +8,7 @@
"doc": "jsdoc -c development/tools/.jsdoc.json",
"publish-docs": "gh-pages -d docs/jsdocs",
"start:test": "gulp dev:test",
+ "build:test": "gulp build:test",
"test": "npm run test:unit && npm run test:integration && npm run lint",
"watch:test:unit": "nodemon --exec \"npm run test:unit\" ./test ./app ./ui",
"test:unit": "cross-env METAMASK_ENV=test mocha --exit --require test/setup.js --recursive \"test/unit/**/*.js\" \"ui/app/**/*.test.js\"",