Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32159287
postinstall.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
412 B
Referenced Files
None
Subscribers
None
postinstall.sh
View Options
#!/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
"
MACOSX_DEPLOYMENT_TARGET
=
''
pod
install
--repo-update
)
fi
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Sun, Dec 7, 4:29 PM (18 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5236763
Default Alt Text
postinstall.sh (412 B)
Attached To
Mode
rCOMM Comm
Attached
Detach File
Event Timeline
Log In to Comment