diff --git a/.env.jenkins b/.env.jenkins index 7a1321fe7c1..024217e8b28 100644 --- a/.env.jenkins +++ b/.env.jenkins @@ -7,4 +7,4 @@ MAINNET_NETWORKS_ENABLED=1 ERC20_ENABLED=1 OFFLINE_INBOX_ENABLED=0 LOG_LEVEL=debug -JSC_ENABLED=1 +JSC_ENABLED=0 diff --git a/Jenkinsfile b/Jenkinsfile index 00c76c79564..88d38c9e128 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ node ('macos1') { sh 'git checkout ' + BRANCH_NAME 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 'sed -i "" "s/301000/1201000/g" node_modules/react-native/packager/src/JSTransformer/index.js' sh 'mvn -f modules/react-native-status/ios/RCTStatus dependency:unpack' sh 'cd ios && pod install && cd ..'