Skip to content

Commit

Permalink
Revive the prepublish npm script.
Browse files Browse the repository at this point in the history
  • Loading branch information
koresar committed Sep 21, 2016
1 parent 928bc60 commit 9210732
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -74,6 +74,7 @@
"cov": "npm run cov:clean && npm run cov:generate",
"cov:clean": "rimraf ./coverage/",
"cov:generate": "babel-node ./node_modules/.bin/isparta cover --report text --report html test/index.js",
"prepublish": "npm run check",
"pretest": "npm run build",
"test": "babel-node test | tap-dot",
"clean": "rimraf dist/* && mkdir dist || true",
Expand Down

0 comments on commit 9210732

Please sign in to comment.