feat: mobile app package (#1075)

This commit is contained in:
Mo
2022-06-09 09:45:15 -05:00
committed by GitHub
parent 58b63898de
commit 8248a38280
336 changed files with 47696 additions and 22563 deletions

View File

@@ -17,7 +17,7 @@ case "$COMMAND" in
echo "Prestart Step 2/4 - Cleaning assets"
yarn clean
echo "Prestart Step 3/4 - Installing dependencies"
yarn install --pure-lockfile
yarn install
echo "Prestart Step 4/4 - Building"
yarn build
echo "Starting Server..."