Skip to content

Commit 19d4266

Browse files
committed
Run linter after the tests
1 parent a93c882 commit 19d4266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
],
4242
"scripts": {
4343
"lint": "eslint *.js lib test",
44-
"pretest": "npm run -s lint",
44+
"posttest": "npm run -s lint",
4545
"test": "mocha --full-trace --check-leaks",
4646
"beautify": "npm run lint -- --fix",
4747
"cover": "istanbul cover node_modules/mocha/bin/_mocha",

0 commit comments

Comments
 (0)