Skip to content

Commit e28046d

Browse files
Kevin CameronKevin Cameron
authored andcommitted
Add mocha to test script
1 parent 6f361e0 commit e28046d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
"main": "lib",
3131
"repository": "kevinkace/posthtml-pseudo",
3232
"scripts": {
33-
"test": "npm run lint",
34-
"lint": "eslint .",
35-
"mocha": "mocha"
33+
"test": "npm run lint && mocha",
34+
"lint": "eslint ."
3635
}
3736
}

0 commit comments

Comments
 (0)