Skip to content

Commit

Permalink
chore: add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcL committed Mar 16, 2019
1 parent 7a8b39d commit d131e4a
Show file tree
Hide file tree
Showing 2 changed files with 681 additions and 19 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "src/index.js",
"scripts": {
"lint": "eslint .",
"release": "np",
"test": "jest",
"test:coverage": "jest --collect-coverage"
},
Expand Down Expand Up @@ -32,6 +33,7 @@
"husky": "^1.3.1",
"jest": "^24.5.0",
"lint-staged": "^8.1.5",
"np": "^4.0.2",
"prettier": "^1.15.2"
},
"husky": {
Expand Down
Loading

0 comments on commit d131e4a

Please sign in to comment.