Got ln arguments order wrong... again

This commit is contained in:
Emanuele Zattin 2017-01-03 11:43:21 +01:00
parent 952b3f719b
commit 08b2a3da43

View File

@ -343,7 +343,7 @@ case "$TARGET" in
"test-runners") "test-runners")
# Create a fake realm module that points to the source root so that test-runner tests can require('realm') # 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" rm -rf "$SRCROOT/tests/test-runners/node-modules/realm"
ln -s "$SRCROOT" "$SRCROOT/tests/test-runners/node-modules/realm" ln -s "$SRCROOT/tests/test-runners/node-modules/realm" "$SRCROOT"
npm install --build-from-source npm install --build-from-source