File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 30
30
"lint:codeOnly" : " eslint \" {bin}/**/!(__testfixtures__)/*.js\" \" {bin}/**.js\" " ,
31
31
"precommit" : " lint-staged" ,
32
32
"pretest" : " npm run lint" ,
33
- "test" : " jest && nyc lerna exec npm test " ,
33
+ "test" : " nyc jest " ,
34
34
"reportCoverage" : " nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov" ,
35
35
"jsdoc" : " jsdoc -c jsdoc.json -r -d docs" ,
36
36
"appveyor:lint" : " lerna bootstrap && npm run lint" ,
37
- "appveyor:test" : " lerna run test" ,
38
- "travis:integration" : " lerna run test && npm run reportCoverage" ,
37
+ "appveyor:test" : " npm run test" ,
38
+ "travis:integration" : " npm run test && npm run reportCoverage" ,
39
39
"travis:lint" : " lerna bootstrap && npm run lint && npm run bundlesize" ,
40
40
"bundlesize" : " bundlesize" ,
41
41
"changelog" : " conventional-changelog --config ./build/changelog-generator/index.js --infile CHANGELOG.md --same-file" ,
56
56
"coverageReporters" : [
57
57
" json" ,
58
58
" html"
59
- ],
60
- "modulePathIgnorePatterns" : [
61
- " ./packages"
62
59
]
63
60
},
64
61
"nyc" : {
You can’t perform that action at this time.
0 commit comments