fix: app dir
This commit is contained in:
parent
0118702540
commit
1a8e43abd4
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -euo pipefail
|
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
|
pushd $appdir
|
||||||
|
|
||||||
WNS_ORG="${WNS_ORG:-dxos}"
|
WNS_ORG="${WNS_ORG:-dxos}"
|
||||||
|
Loading…
Reference in New Issue
Block a user