diff options
author | Brandon Millman <brandon@0xproject.com> | 2018-11-09 02:10:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-09 02:10:44 +0800 |
commit | adcfe51190c8ca5cd4d11e49eb7e100c80fbd16c (patch) | |
tree | 491fe8503a0475ffb1b18fdb2d5b68fc1adb52c9 /.circleci | |
parent | f6abc007ffb249e4bbf85b8a7a77309d43e0a147 (diff) | |
parent | 370452238f0cb221ee80f71939a7049ea3de7add (diff) | |
download | dexon-sol-tools-adcfe51190c8ca5cd4d11e49eb7e100c80fbd16c.tar dexon-sol-tools-adcfe51190c8ca5cd4d11e49eb7e100c80fbd16c.tar.gz dexon-sol-tools-adcfe51190c8ca5cd4d11e49eb7e100c80fbd16c.tar.bz2 dexon-sol-tools-adcfe51190c8ca5cd4d11e49eb7e100c80fbd16c.tar.lz dexon-sol-tools-adcfe51190c8ca5cd4d11e49eb7e100c80fbd16c.tar.xz dexon-sol-tools-adcfe51190c8ca5cd4d11e49eb7e100c80fbd16c.tar.zst dexon-sol-tools-adcfe51190c8ca5cd4d11e49eb7e100c80fbd16c.zip |
Merge pull request #1226 from 0xProject/fix/website/build-time
[website] Turn off production flag when building locally
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 7811b9b34..0ab512f58 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,7 +31,7 @@ jobs: - restore_cache: keys: - repo-{{ .Environment.CIRCLE_SHA1 }} - - run: cd packages/website && yarn build + - run: cd packages/website && yarn build:prod test-contracts-ganache: docker: - image: circleci/node:9 |