Skip to content

Commit 55efce6

Browse files
committed
chore(scripts): fix pretest
1 parent d730841 commit 55efce6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
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",

0 commit comments

Comments
 (0)