ai/at
ai/at
1
0
This commit is contained in:
syui 2025-03-12 23:52:39 +09:00
parent 044534ab6f
commit 3e8f79614c
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -5,7 +5,6 @@
echo "EXPO_PUBLIC_BUNDLE_DATE=$(date -u +"%y%m%d%H")" >> .env && \ echo "EXPO_PUBLIC_BUNDLE_DATE=$(date -u +"%y%m%d%H")" >> .env && \
npm install --global yarn && \ npm install --global yarn && \
+ yarn config set network-timeout 600000 && \ + yarn config set network-timeout 600000 && \
+ yarn set version stable && \
yarn && \ yarn && \
yarn intl:build && \ yarn intl:build && \
EXPO_PUBLIC_BUNDLE_IDENTIFIER=$EXPO_PUBLIC_BUNDLE_IDENTIFIER EXPO_PUBLIC_BUNDLE_DATE=$() yarn build-web EXPO_PUBLIC_BUNDLE_IDENTIFIER=$EXPO_PUBLIC_BUNDLE_IDENTIFIER EXPO_PUBLIC_BUNDLE_DATE=$() yarn build-web