Skip to content

Commit

Permalink
tries to fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanpedersen authored Sep 13, 2016
1 parent 5c6ba90 commit 3905856
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ npmrc="$(cat $ENV_DIR/NPMRC)"

if [ "$npmrc" != "" ]; then
echo "-----> Using NPMRC"
ln -s "$1/.npmrc" "$HOME/.npmrc"
echo "$ssh_key" > "$HOME/.npmrc"

exit 0
Expand Down

0 comments on commit 3905856

Please sign in to comment.