1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Fix expo publish error

This commit is contained in:
Zhiyuan Zheng
2021-10-04 21:09:26 +02:00
parent 57bdd64ab4
commit 3b4ea0bd70
10 changed files with 15 additions and 54 deletions

View File

@ -5,4 +5,4 @@ if [ $# -ne 1 ]; then
exit 1
fi
expo publish --target bare --release-channel=$1
expo publish --quiet --target bare --release-channel=$1