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
Get symlink right
Also No need to cd into the symlink, can just go straight there
This commit is contained in:
@ -4,11 +4,11 @@ set -ex
|
||||
|
||||
scripts/fetchdep.sh matrix-org matrix-js-sdk
|
||||
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
|
||||
cd ../..
|
||||
cd ..
|
||||
|
||||
npm run test
|
||||
./.travis-test-riot.sh
|
||||
|
Reference in New Issue
Block a user