File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ test_script:
14
14
- node --version
15
15
- npm --version
16
16
- npm test
17
+ - echo ---------------- Exit Code is %errorlevel%
17
18
- node tests\e2e_runner.js
19
+ - echo ---------------- Exit Code is %errorlevel%
18
20
19
21
build : off
Original file line number Diff line number Diff line change 12
12
"build" : " node ./scripts/publish/build.js" ,
13
13
"build:patch" : " node ./scripts/patch.js" ,
14
14
"build:packages" : " for PKG in packages/*; do echo Building $PKG...; tsc -p $PKG; done" ,
15
- "test" : " npm run test:packages && npm run test:cli" ,
15
+ "test" : " npm- run-all -c test:packages test:cli" ,
16
16
"e2e" : " npm run test:e2e" ,
17
17
"e2e:nightly" : " node tests/e2e_runner.js --nightly" ,
18
18
"mobile_test" : " mocha tests/e2e/e2e_workflow.spec.js" ,
You can’t perform that action at this time.
0 commit comments