Page MenuHomePhorge

postinstall.sh
No OneTemporary

Size
384 B
Referenced Files
None
Subscribers
None

postinstall.sh

#!/usr/bin/env bash
set -Eeuo pipefail
# Skip Windows
if [[ "$OSTYPE" == "msys" ]]; then
exit 0
fi
echo '{"name": "olm", "version": "3.2.4"}' > ./node_modules/olm/package.json
yarn patch-package
yarn flow-mono create-symlinks native
yarn workspace native jetify
if [[ "$OSTYPE" == "darwin"* ]]; then
(cd native/ios && PATH=/usr/bin:/bin:"$PATH" pod install --repo-update)
fi

File Metadata

Mime Type
text/x-shellscript
Expires
Sun, Dec 7, 4:29 PM (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5413299
Default Alt Text
postinstall.sh (384 B)

Event Timeline