aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/package.json
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-08-21 07:50:24 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-08-21 07:50:24 +0800
commite45d320fc5830cb6336908cfe0c5f021718064c7 (patch)
tree3e5a0aeb42ed968e629b2342834f8748348f46c9 /packages/website/package.json
parentcabce8cb674e937a566e8a821e3959076390f603 (diff)
parentdd2e54d60d3490a62e57ef3f24a9af0127e2ec88 (diff)
downloaddexon-sol-tools-e45d320fc5830cb6336908cfe0c5f021718064c7.tar
dexon-sol-tools-e45d320fc5830cb6336908cfe0c5f021718064c7.tar.gz
dexon-sol-tools-e45d320fc5830cb6336908cfe0c5f021718064c7.tar.bz2
dexon-sol-tools-e45d320fc5830cb6336908cfe0c5f021718064c7.tar.lz
dexon-sol-tools-e45d320fc5830cb6336908cfe0c5f021718064c7.tar.xz
dexon-sol-tools-e45d320fc5830cb6336908cfe0c5f021718064c7.tar.zst
dexon-sol-tools-e45d320fc5830cb6336908cfe0c5f021718064c7.zip
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into feature/connect/sra-api-v2
Diffstat (limited to 'packages/website/package.json')
-rw-r--r--packages/website/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/package.json b/packages/website/package.json
index 3b4055856..2784a0462 100644
--- a/packages/website/package.json
+++ b/packages/website/package.json
@@ -7,7 +7,7 @@
"private": true,
"description": "Website and 0x portal dapp",
"scripts": {
- "build": "NODE_ENV=production node --max_old_space_size=8192 ../../node_modules/.bin/webpack; exit 0;",
+ "build": "NODE_ENV=production node --max_old_space_size=8192 ../../node_modules/.bin/webpack",
"clean": "shx rm -f public/bundle*",
"lint": "tslint --project . 'ts/**/*.ts' 'ts/**/*.tsx'",
"watch_without_deps": "webpack-dev-server --content-base public --https",