File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 "format" : " prettier-eslint ./bin/*.js ./test/**/*.js ./packages/**/*.js --write" ,
3636 "jsdoc" : " jsdoc -c jsdoc.json -r -d docs" ,
3737 "lint:codeOnly" : " eslint \" {bin}/**/!(__testfixtures__)/*.js\" \" {bin}/**.js\" " ,
38- "lint" : " eslint \" ./bin/*.js\" \" ./test/**/*.js\" \" { packages} /**/!(node_modules)/*.test.js\" " ,
38+ "lint" : " eslint \" ./bin/*.js\" \" ./test/**/*.js\" \" packages/**/!(node_modules)/*.test.js\" " ,
3939 "precommit" : " lint-staged" ,
40- "pretest" : " npm run lint && npm run build && npm run tslint" ,
40+ "pretest" : " npm run build && npm run lint && npm run tslint" ,
4141 "reportCoverage" : " nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov" ,
4242 "test" : " nyc jest" ,
4343 "travis:integration" : " npm run test && npm run reportCoverage" ,
You can’t perform that action at this time.
0 commit comments