|
@@ -2,5 +2,7 @@ const shellUtils = require('shell-utils');
|
2
|
2
|
|
3
|
3
|
shellUtils.exec.execSync(`rm yarn.lock || true`);
|
4
|
4
|
shellUtils.exec.execSync(`./scripts/ignoreReactWarnings.rb`);
|
5
|
|
-shellUtils.exec.execSync(`rm -rf node_modules/react-native-navigation/node_modules`);
|
6
|
|
-shellUtils.exec.execSync(`rm -rf node_modules/react-native-navigation/playground`);
|
|
5
|
+
|
|
6
|
+shellUtils.exec.execSync(`mkdir -p ./node_modules/react-native-navigation`);
|
|
7
|
+shellUtils.exec.execSync(`cd .. && npm pack`);
|
|
8
|
+//shellUtils.exec.execSync(`tar -xf ../react-native-navigation.tar`);
|