Daniel Zlotin 8 년 전
부모
커밋
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`);