Make sure the right node-gyp is called

This commit is contained in:
Scott Kyle 2016-05-16 12:57:46 -07:00
parent bd04185772
commit eb72459cce
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ set -e
cd "$(dirname "$0")"
CONFIGURATION="${1:-"Release"}"
PATH="$(cd ../../node_modules/.bin && pwd):$PATH"
if [ -s "${HOME}/.nvm/nvm.sh" ]; then
. "${HOME}/.nvm/nvm.sh"