Make the symlink relative
This commit is contained in:
parent
142b6fadaa
commit
d4a51e9996
|
@ -344,7 +344,7 @@ case "$TARGET" in
|
|||
# Create a fake realm module that points to the source root so that test-runner tests can require('realm')
|
||||
rm -rf "$SRCROOT/tests/test-runners/node-modules/realm"
|
||||
mkdir -p "$SRCROOT/tests/test-runners/node-modules"
|
||||
ln -s "$SRCROOT" "$SRCROOT/tests/test-runners/node-modules/realm"
|
||||
ln -s "../../.." "$SRCROOT/tests/test-runners/node-modules/realm"
|
||||
|
||||
npm install --build-from-source
|
||||
|
||||
|
|
Loading…
Reference in New Issue