Skip to content

Commit

Permalink
remove preversion script; test on publish; closes #2999
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Oct 4, 2017
1 parent f49c0ce commit 0cdd921
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -300,9 +300,8 @@
},
"scripts": {
"lint": "eslint . bin/*",
"test": "make test && make clean",
"preversion": "npm test",
"prepublishOnly": "rimraf mocha.js && make mocha.js",
"test": "make clean && make test",
"prepublishOnly": "npm test && make clean && make mocha.js",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"dependencies": {
Expand Down

0 comments on commit 0cdd921

Please sign in to comment.