aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 67fdf2d..21850c2 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -46,8 +46,9 @@ if [[ $prompt == "n" || $prompt == "N" || $prompt == "no" || $prompt == "No" ]]
fi
echo "Download all dependencies for project in $PROJECT_PATH"
-npm link $PROJECT_PATH
+npm link $PWD/pg
+npm link $PROJECT_PATH
echo
echo "To use nvm source it by typing: 'NVM_DIR=$NVM_DIR . $PWD/$NVM_PATH' "