Skip to content

Commit

Permalink
wip: full path for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Mar 30, 2020
1 parent e47f57d commit 65d4bcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
which npm
npm run dist
which npm
NPM=$(which npm)
NPM=$(realpath $(which npm))
echo $NPM
# Link the build so that the examples are always testing the
# current build, in it's properly exported format
cd dist && $NPM link | cd ..
Expand Down

0 comments on commit 65d4bcd

Please sign in to comment.