This commit is contained in:
Luk Lu
2021-08-17 20:23:42 +08:00
parent e5542ea0c9
commit 1ea14cee5f
3 changed files with 11 additions and 11 deletions

View File

@@ -38,11 +38,11 @@ do
for repo in `ls .`
do
if ( [ -f $repo/package.json ] && grep -q '"boot"' $repo/package.json )
then
echo '>>>>>> npm booting: ' $org/$repo
cd $repo
npm run boot
cd ..
then
echo '>>>>>> npm booting: ' $org/$repo
cd $repo
npm run boot
cd ..
fi
done
cd ..;