mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 02:35:48 +03:00
Disable minification of Riot in end-to-end tests
This commit is contained in:
parent
27412ba0b2
commit
19615d3721
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue