diff options
author | booo <borgers@mi.fu-berlin.de> | 2011-04-26 01:48:22 +0200 |
---|---|---|
committer | booo <borgers@mi.fu-berlin.de> | 2011-04-26 01:48:22 +0200 |
commit | 0150318ef9f58e4cd9f6d80c3e66f8b9d7fef61c (patch) | |
tree | 599ce4d13046a0344759404255b06a2eb61ad032 | |
parent | ebcff6f5011a8bf4ecaa53214592fbb78141ec2d (diff) | |
download | osm-xapi-0150318ef9f58e4cd9f6d80c3e66f8b9d7fef61c.tar.gz osm-xapi-0150318ef9f58e4cd9f6d80c3e66f8b9d7fef61c.tar.xz osm-xapi-0150318ef9f58e4cd9f6d80c3e66f8b9d7fef61c.zip |
use npm to link pg submodule
-rwxr-xr-x | bootstrap.sh | 3 |
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' " |