mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
Jenkinsfile.nightly: Fix re-natal link
This commit is contained in:
parent
b0810b08d8
commit
f8f43b80a6
@ -23,7 +23,7 @@ node ('macos1'){
|
||||
sh 'git checkout develop'
|
||||
sh 'rm -rf node_modules'
|
||||
sh 'cp .env.jenkins .env'
|
||||
sh 'lein deps && npm install && ./re-natal deps'
|
||||
sh 'lein deps && npm install && ./node_modules/re-natal/index.js deps'
|
||||
sh '[ -f node_modules/react-native/packager/src/JSTransformer/index.js ] && sed -i "" "s/301000/1201000/g" node_modules/react-native/packager/src/JSTransformer/index.js || echo "New packager"'
|
||||
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