Daniel Zlotin 8 gadus atpakaļ
vecāks
revīzija
f3122cb339
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2
    2
      playground/scripts/postinstall.js

+ 2
- 2
playground/scripts/postinstall.js Parādīt failu

@@ -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`);