diff --git a/bin/ci b/bin/ci index 40360de2aff3d184373d0eb6896ebc39e396c40b..0d287df1c7ca62c97f8ff6840eaf1426ae00af43 100755 --- a/bin/ci +++ b/bin/ci @@ -7,5 +7,5 @@ case $CIRCLE_NODE_INDEX in 3) ENGINES=h2,redshift,druid lein test ;; 4) lein eastwood && lein bikeshed && lein docstring-checker && ./bin/reflection-linter ;; 5) npm install && npm run lint && npm run test ;; - 6) ./bin/build && npm run test-e2e ;; + 6) WEBPACK_OPTS="" ./bin/build && npm run test-e2e ;; esac