Disable minification of Riot in end-to-end tests

pull/21833/head
Travis Ralston 2020-01-20 16:33:13 -07:00
parent 27412ba0b2
commit 19615d3721
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ trap 'handle_error' ERR
echo "--- Building Riot"
scripts/ci/layered-riot-web.sh
cd ../riot-web
yarn build
CI_PACKAGE=true yarn build
cd ../matrix-react-sdk
# run end to end tests
pushd test/end-to-end-tests