Skip to content

Commit e78cf3d

Browse files
committed
Run tests and lint at the same time
1 parent 86b6bce commit e78cf3d

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
@@ -23,8 +23,8 @@
2323
"eslint": "^1.10.2"
2424
},
2525
"scripts": {
26-
"test": "ava",
27-
"test2": "ava && eslint index.js test/test.js",
26+
"test": "ava && eslint index.js test/test.js",
27+
"test2": "ava",
2828
"lint": "eslint index.js test/test.js"
2929
}
3030
}

0 commit comments

Comments
 (0)