File tree 3 files changed +4
-3
lines changed 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- reports / **
1
+ coverage
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ lib-cov
13
13
pids
14
14
logs
15
15
reports
16
+ coverage
16
17
build
17
18
node_modules
18
19
! tests /** /node_modules
Original file line number Diff line number Diff line change 5
5
"description" : " React specific linting rules for ESLint" ,
6
6
"main" : " index.js" ,
7
7
"scripts" : {
8
- "coveralls" : " cat ./reports/ coverage/lcov.info | coveralls" ,
8
+ "coveralls" : " cat ./coverage/lcov.info | coveralls" ,
9
9
"lint" : " eslint ./" ,
10
10
"postlint" : " npm run type-check" ,
11
11
"pretest" : " npm run lint" ,
12
12
"test" : " npm run unit-test" ,
13
13
"type-check" : " tsc" ,
14
- "unit-test" : " istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/lib/**/*.js tests/util/**/*.js tests/index.js"
14
+ "unit-test" : " istanbul cover node_modules/mocha/bin/_mocha tests/lib/**/*.js tests/util/**/*.js tests/index.js"
15
15
},
16
16
"files" : [
17
17
" LICENSE" ,
You can’t perform that action at this time.
0 commit comments