mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
Get symlink right
Also No need to cd into the symlink, can just go straight there
This commit is contained in:
parent
825d610938
commit
9bccecf449
1 changed files with 3 additions and 3 deletions
|
@ -4,11 +4,11 @@ set -ex
|
||||||
|
|
||||||
scripts/fetchdep.sh matrix-org matrix-js-sdk
|
scripts/fetchdep.sh matrix-org matrix-js-sdk
|
||||||
rm -r node_modules/matrix-js-sdk || true
|
rm -r node_modules/matrix-js-sdk || true
|
||||||
ln -s matrix-js-sdk node_modules/matrix-js-sdk
|
ln -s ../matrix-js-sdk node_modules/matrix-js-sdk
|
||||||
|
|
||||||
cd node_modules/matrix-js-sdk
|
cd matrix-js-sdk
|
||||||
npm install
|
npm install
|
||||||
cd ../..
|
cd ..
|
||||||
|
|
||||||
npm run test
|
npm run test
|
||||||
./.travis-test-riot.sh
|
./.travis-test-riot.sh
|
||||||
|
|
Loading…
Reference in a new issue