Daniel Zlotin 8 лет назад
Родитель
Сommit
f3122cb339
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      playground/scripts/postinstall.js

+ 2
- 2
playground/scripts/postinstall.js Просмотреть файл

@@ -1,5 +1,5 @@
1
-const cp = (`child_process`);
1
+const cp = require('child_process');
2 2
 
3
-cp.execSync(`rm yarn.lock `);
3
+cp.execSync(`rm yarn.lock`);
4 4
 cp.execSync(`rm -rf node_modules/react-native-navigation/node_modules`);
5 5
 cp.execSync(`rm -rf node_modules/react-native-navigation/playground`);