Skip to content

Commit

Permalink
Added prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusgoku committed Sep 4, 2018
1 parent 86af2e6 commit 60866f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"node": ">=8.10"
},
"scripts": {
"test": "node \"$(npm bin)/mocha\" ./test"
"test": "node \"$(npm bin)/mocha\" ./test",
"prepublish": "npm run test"
},
"devDependencies": {
"chai": "^4.1.2",
Expand Down

0 comments on commit 60866f1

Please sign in to comment.