1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

Fix relative pathing on riot-web link

This commit is contained in:
Travis Ralston
2020-01-20 16:33:22 -07:00
parent 19615d3721
commit 776b3af6bb

View File

@ -29,7 +29,7 @@ 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
ln -s ../riot-web riot/riot-web ln -s ../../../riot-web riot/riot-web
# PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true ./install.sh # PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true ./install.sh
# CHROME_PATH=$(which google-chrome-stable) ./run.sh # CHROME_PATH=$(which google-chrome-stable) ./run.sh
echo "--- Install synapse & other dependencies" echo "--- Install synapse & other dependencies"