diff --git a/npm-install.sh b/npm-install.sh index 397994d13..4ec07e5b4 100755 --- a/npm-install.sh +++ b/npm-install.sh @@ -14,7 +14,7 @@ cd $(dirname $0) git submodule init git submodule update -for directory in sdk common server +for directory in sdk common server packages/client do echo "$directory > npm install" pushd $directory