Skip to content

Commit

Permalink
Turn on content-set building of custom-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Surface committed Dec 23, 2024
1 parent 98491f0 commit 1db90ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions server/src/scripts/release-apk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ if [ -d "$RELEASE_DIRECTORY" ]; then
rm -rf $RELEASE_DIRECTORY
fi

#if [ -f "/tangerine/groups/$GROUP/package.json" ]; then
# cd "/tangerine/groups/$GROUP/"
# npm run install-server && npm run build
# cd /
#fi
if [ -f "/tangerine/groups/$GROUP/package.json" ]; then
cd "/tangerine/groups/$GROUP/"
npm run install-server && npm run build
cd /
fi

#sleep 10

Expand Down

0 comments on commit 1db90ce

Please sign in to comment.