fix: app dir

This commit is contained in:
Thomas E Lackey 2020-11-16 16:02:41 -06:00
parent 0118702540
commit 1a8e43abd4

View File

@ -2,7 +2,7 @@
set -euo pipefail
for appdir in `find ./apps -name '*-app' -type d | grep -v node_modules`; do
for appdir in `find ./packages -name '*-app' -type d | grep -v node_modules`; do
pushd $appdir
WNS_ORG="${WNS_ORG:-dxos}"