patch TRANSFORM_TIMEOUT_INTERVAL

This commit is contained in:
Roman Volosovskyi 2017-05-04 17:24:22 +03:00 committed by Roman Volosovskyi
parent 3936d85c77
commit 80bca1a324
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -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 ..'