Skip to content

Commit 4e6127d

Browse files
author
Malte Legenhausen
committed
prepublish script added
1 parent d1e3077 commit 4e6127d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"test": "istanbul cover _mocha && eslint .",
88
"example": "node ./example/html-to-text.js",
9-
"lint": "eslint ."
9+
"lint": "eslint .",
10+
"prepublish": "npm test"
1011
},
1112
"author": {
1213
"name": "Malte Legenhausen",

0 commit comments

Comments
 (0)