File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
"format" : " prettier-eslint ./bin/*.js ./test/**/*.js ./packages/**/*.js --write" ,
36
36
"jsdoc" : " jsdoc -c jsdoc.json -r -d docs" ,
37
37
"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\" " ,
39
39
"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" ,
41
41
"reportCoverage" : " nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov" ,
42
42
"test" : " nyc jest" ,
43
43
"travis:integration" : " npm run test && npm run reportCoverage" ,
You can’t perform that action at this time.
0 commit comments