File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 "lint:codeOnly" : " eslint \" {bin}/**/!(__testfixtures__)/*.js\" \" {bin}/**.js\" " ,
3131 "precommit" : " lint-staged" ,
3232 "pretest" : " npm run lint" ,
33- "test" : " jest && nyc lerna exec npm test " ,
33+ "test" : " nyc jest " ,
3434 "reportCoverage" : " nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov" ,
3535 "jsdoc" : " jsdoc -c jsdoc.json -r -d docs" ,
3636 "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" ,
3939 "travis:lint" : " lerna bootstrap && npm run lint && npm run bundlesize" ,
4040 "bundlesize" : " bundlesize" ,
4141 "changelog" : " conventional-changelog --config ./build/changelog-generator/index.js --infile CHANGELOG.md --same-file" ,
5656 "coverageReporters" : [
5757 " json" ,
5858 " html"
59- ],
60- "modulePathIgnorePatterns" : [
61- " ./packages"
6259 ]
6360 },
6461 "nyc" : {
You can’t perform that action at this time.
0 commit comments