File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ before_install:
17
17
before_script :
18
18
- npm prune
19
19
script :
20
- - npm run test:ci -- --log-level debug
20
+ - npm run test:ci
21
21
- npm run check-coverage
22
22
after_success :
23
23
- npm run report-coverage
Original file line number Diff line number Diff line change 28
28
"build:prod" : " cross-env NODE_ENV=production webpack --progress --colors" ,
29
29
"build" : " npm run build:dist & npm run build:prod" ,
30
30
"test" : " cross-env COVERAGE=true NODE_ENV=test karma start --single-run" ,
31
- "test:ci" : " cross-env CI=true COVERAGE=true NODE_ENV=test karma start --single-run" ,
31
+ "test:ci" : " CI=true COVERAGE=true NODE_ENV=test karma start --single-run" ,
32
32
"test:watch" : " cross-env COVERAGE=true NODE_ENV=test karma start" ,
33
33
"test:debug" : " cross-env NODE_ENV=test karma start --browsers Chrome" ,
34
34
"start:mac" : " npm run test:mac" ,
You can’t perform that action at this time.
0 commit comments