Disable minification of Riot in end-to-end tests
parent
27412ba0b2
commit
19615d3721
|
@ -25,7 +25,7 @@ trap 'handle_error' ERR
|
||||||
echo "--- Building Riot"
|
echo "--- Building Riot"
|
||||||
scripts/ci/layered-riot-web.sh
|
scripts/ci/layered-riot-web.sh
|
||||||
cd ../riot-web
|
cd ../riot-web
|
||||||
yarn build
|
CI_PACKAGE=true yarn build
|
||||||
cd ../matrix-react-sdk
|
cd ../matrix-react-sdk
|
||||||
# run end to end tests
|
# run end to end tests
|
||||||
pushd test/end-to-end-tests
|
pushd test/end-to-end-tests
|
||||||
|
|
Loading…
Reference in New Issue