Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
rasom committed May 9, 2019
1 parent 806d677 commit 8dfe00e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/build-android.sh
Expand Up @@ -14,7 +14,6 @@ echo

GRADLE_PROPERTIES="--daemon --parallel -q -b android/build.gradle"

rm -rf /Users/jenkins/Library/Caches/Yarn/v4/.tmp/6ec8ff0e65cf4f48c50d7472fa1f10ca
yarn install

case $TARGET in
Expand Down
2 changes: 2 additions & 0 deletions scripts/prepare-for-platform.sh
Expand Up @@ -52,6 +52,8 @@ if [ ! -f .babelrc ] || [ $(readlink .babelrc) != "${PLATFORM_FOLDER}/.babelrc"
ln -sf ${PLATFORM_FOLDER}/metro.config.js metro.config.js
fi

rm -rf /home/jenkins/.cache/yarn/v4/.tmp/6ec8ff0e65cf4f48c50d7472fa1f10ca
rm -rf /Users/jenkins/Library/Caches/Yarn/v4/.tmp/6ec8ff0e65cf4f48c50d7472fa1f10ca
yarn install --frozen-lockfile

case $1 in
Expand Down

0 comments on commit 8dfe00e

Please sign in to comment.