mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-14 02:35:54 +00:00
scripts/setup: Fix call to mvn
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
This commit is contained in:
parent
f3a1248b13
commit
da70ff7954
@ -46,7 +46,7 @@ dependency_setup ./re-natal deps
|
|||||||
dependency_setup ./re-natal enable-source-maps
|
dependency_setup ./re-natal enable-source-maps
|
||||||
|
|
||||||
dependency_setup \
|
dependency_setup \
|
||||||
"mvn -f modules/react-native-status/ios/RCTStatus dependency:unpack"
|
"mvn -f modules/react-native-status/ios/RCTStatus/pom.xml dependency:unpack"
|
||||||
|
|
||||||
using_cocoapods && dependency_setup "cd ios && pod install && cd .."
|
using_cocoapods && dependency_setup "cd ios && pod install && cd .."
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user