aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorKevin Serrano <kevin.serrano@consensys.net>2017-06-27 02:37:12 +0800
committerKevin Serrano <kevin.serrano@consensys.net>2017-06-27 02:37:12 +0800
commitf21d42583983a87588963895a301f40ccc3e8c2b (patch)
tree2c9d57278d6e14f1fd7db395dec3e23c983a8708 /package.json
parentf022c7c714e17faf9558839116ba90ca8082e6b1 (diff)
downloadtangerine-wallet-browser-f21d42583983a87588963895a301f40ccc3e8c2b.tar.gz
tangerine-wallet-browser-f21d42583983a87588963895a301f40ccc3e8c2b.tar.zst
tangerine-wallet-browser-f21d42583983a87588963895a301f40ccc3e8c2b.zip
Simplify build variables. Remove maps from production.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 01c256ef3..3f62923f8 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"start": "npm run dev",
"dev": "gulp dev --debug",
"disc": "gulp disc --debug",
- "dist": "npm install && gulp dist --disableLiveReload",
+ "dist": "npm install && gulp dist",
"test": "npm run lint && npm run test-unit && npm run test-integration",
"test-unit": "METAMASK_ENV=test mocha --require test/helper.js --recursive \"test/unit/**/*.js\"",
"test-integration": "npm run buildMock && npm run buildCiUnits && testem ci -P 2",