Commit a82e88c8 authored by David Dollar's avatar David Dollar

Merge branch 'profile'

parents be4df93b c8b7d755
...@@ -172,3 +172,7 @@ echo "-----> Installing dependencies with npm" ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment