Skip to content

Commit

Permalink
prepublish script added
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte Legenhausen committed Mar 7, 2018
1 parent d1e3077 commit 4e6127d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"test": "istanbul cover _mocha && eslint .",
"example": "node ./example/html-to-text.js",
"lint": "eslint ."
"lint": "eslint .",
"prepublish": "npm test"
},
"author": {
"name": "Malte Legenhausen",
Expand Down

0 comments on commit 4e6127d

Please sign in to comment.