Skip to content

Commit

Permalink
version and publish tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevnz committed Sep 17, 2019
1 parent e0c987d commit c0885c3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
"scripts": {
"test": "mocha --reporter spec",
"cov": "nyc npm test",
"lint": "eslint ./index.js ./test/*.js",
"coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
"lint": "eslint ./index.js",
"coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"preversion": "npm test",
"postversion": "npm publish --access=public",
"postpublish": "git push origin --all --follow-tags && npx isom build:examples && node ./scripts/publish.js"
},
"engines": {
"node": ">= 6"
Expand Down

0 comments on commit c0885c3

Please sign in to comment.