소스 검색

fixed script

Daniel Zlotin 7 년 전
부모
커밋
b1a138f080
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      playground/scripts/postinstall.js

+ 2
- 2
playground/scripts/postinstall.js 파일 보기

@@ -1,6 +1,6 @@
1 1
 const shellUtils = require('shell-utils');
2 2
 
3
-shellUtils.exec.execSync(`rm yarn.lock`);
3
+shellUtils.exec.execSync(`rm yarn.lock || true`);
4
+shellUtils.exec.execSync(`./scripts/ignoreReactWarnings.rb`);
4 5
 shellUtils.exec.execSync(`rm -rf node_modules/react-native-navigation/node_modules`);
5 6
 shellUtils.exec.execSync(`rm -rf node_modules/react-native-navigation/playground`);
6
-shellUtils.exec.execSync(`./scripts/ignoreReactWarnings.rb`);