File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 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
1313pids
1414logs
1515reports
16+ coverage
1617build
1718node_modules
1819! tests /** /node_modules
Original file line number Diff line number Diff line change 55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
77 "scripts" : {
8- "coveralls" : " cat ./reports/ coverage/lcov.info | coveralls" ,
8+ "coveralls" : " cat ./coverage/lcov.info | coveralls" ,
99 "lint" : " eslint ./" ,
1010 "postlint" : " npm run type-check" ,
1111 "pretest" : " npm run lint" ,
1212 "test" : " npm run unit-test" ,
1313 "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"
1515 },
1616 "files" : [
1717 " LICENSE" ,
You can’t perform that action at this time.
0 commit comments