npm-install.sh

This commit is contained in:
Koushik Dutta
2023-02-22 22:58:23 -08:00
parent 654f618cf8
commit 0059a02f72

View File

@@ -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