Skip to content

Commit

Permalink
Merge branch 'profile'
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Jul 15, 2012
2 parents be4df93 + c8b7d75 commit a82e88c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/compile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -172,3 +172,7 @@ echo "-----> Installing dependencies with npm"
run_npm "install --production" run_npm "install --production"
run_npm "rebuild" run_npm "rebuild"
echo "Dependencies installed" | indent echo "Dependencies installed" | indent

echo "-----> Setting up .profile"
mkdir -p $BUILD_DIR/profile.d
echo "export PATH=\"\$HOME/bin:\$HOME/node_modules/.bin:\$PATH\"" > $BUILD_DIR/profile.d/nodejs.sh

0 comments on commit a82e88c

Please sign in to comment.