From 0150318ef9f58e4cd9f6d80c3e66f8b9d7fef61c Mon Sep 17 00:00:00 2001 From: booo Date: Tue, 26 Apr 2011 01:48:22 +0200 Subject: use npm to link pg submodule --- bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' " -- cgit v1.2.3