mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 03:26:31 +00:00
patch TRANSFORM_TIMEOUT_INTERVAL
This commit is contained in:
parent
3936d85c77
commit
80bca1a324
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -15,6 +15,7 @@ node {
|
||||
sh 'git checkout ' + env.BRANCH_NAME
|
||||
sh 'rm -rf node_modules'
|
||||
sh 'lein deps && npm install && ./re-natal deps'
|
||||
sh "sed -i '' 's/301000/601000/g' node_modules/react-native/packager/src/JSTransformer/index.js"
|
||||
sh 'lein generate-externs'
|
||||
sh 'mvn -f modules/react-native-status/ios/RCTStatus dependency:unpack'
|
||||
sh 'cd ios && pod install && cd ..'
|
||||
|
Loading…
x
Reference in New Issue
Block a user