소스 검색

fixed script

Daniel Zlotin 8 년 전
부모
커밋
5276621aef
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      scripts/test.all.js

+ 2
- 2
scripts/test.all.js 파일 보기

@@ -1,8 +1,8 @@
1 1
 const shellUtils = require('shell-utils');
2 2
 
3 3
 function run() {
4
-  // shellUtils.exec.execSync(`yarn run test-js`);
5
-  // shellUtils.exec.execSync(`yarn run test-unit-android && yarn run test-unit-ios`);
4
+  shellUtils.exec.execSync(`yarn run test-js`);
5
+  shellUtils.exec.execSync(`yarn run test-unit-android && yarn run test-unit-ios`);
6 6
   shellUtils.exec.exec(`yarn run test-e2e-android`);
7 7
   shellUtils.exec.exec(`yarn run test-e2e-ios`);
8 8
 }