You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Disable minification of Riot in end-to-end tests
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user