From 3905856ce6c89ad7ed6d31e36f9108f41fc9f30a Mon Sep 17 00:00:00 2001 From: Jonatan Pedersen Date: Tue, 13 Sep 2016 13:59:37 +0200 Subject: [PATCH] tries to fix path --- bin/compile | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/compile b/bin/compile index 176ff58..0d189bc 100644 --- a/bin/compile +++ b/bin/compile @@ -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