diff options
author | Brandon Millman <brandon@0xproject.com> | 2018-08-21 04:55:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-21 04:55:22 +0800 |
commit | 4ded59162459e8fa3ef4b4d9a73f1c0dd19942a1 (patch) | |
tree | 5bb09f8e575b9fbd01176b36ad7b6635baca9fb9 /packages/website/package.json | |
parent | 756787c61fff9c6b463fbbd69b48210dafe62004 (diff) | |
parent | 2af99a1fe24d7a2d6ac927a7762ad046e97d820e (diff) | |
download | dexon-0x-contracts-4ded59162459e8fa3ef4b4d9a73f1c0dd19942a1.tar.gz dexon-0x-contracts-4ded59162459e8fa3ef4b4d9a73f1c0dd19942a1.tar.zst dexon-0x-contracts-4ded59162459e8fa3ef4b4d9a73f1c0dd19942a1.zip |
Merge pull request #988 from 0xProject/fix/website/build-error
[website] Revert changes to website causing it to fail building
Diffstat (limited to 'packages/website/package.json')
-rw-r--r-- | packages/website/package.json | 2 |
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", |