Skip to content

Commit

Permalink
Added release script
Browse files Browse the repository at this point in the history
  • Loading branch information
ameerkat committed Jan 5, 2019
1 parent 6175068 commit 7f5c2f7
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 @@ -7,7 +7,8 @@
"scripts": {
"build": "webpack -p",
"lint": "tslint -c tslint.json 'src/**/*.ts'",
"test": "nyc mocha -r ts-node/register --require ignore-styles --reporter spec ./tst/**/*.spec.ts && nyc report --reporter=text-lcov | coveralls"
"test": "nyc mocha -r ts-node/register --require ignore-styles --reporter spec ./tst/**/*.spec.ts && nyc report --reporter=text-lcov | coveralls",
"release": "npm run build && npm run lint && npm test && npm publish"
},
"nyc": {
"extension": [
Expand Down

0 comments on commit 7f5c2f7

Please sign in to comment.