Skip to content

Commit

Permalink
Add np for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
timkindberg committed Feb 7, 2021
1 parent 36cd03f commit 414c2d2
Show file tree
Hide file tree
Showing 2 changed files with 1,847 additions and 20 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"test": "jest",
"lint": "eslint src/",
"lint.fix": "eslint src/ --fix",
"stryker": "stryker run"
"stryker": "stryker run",
"release": "np"
},
"repository": {
"type": "git",
Expand All @@ -34,6 +35,7 @@
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0",
"jest": "^24.8.0",
"np": "^7.3.0",
"pre-commit": "^1.2.2"
},
"jest": {
Expand Down
Loading

0 comments on commit 414c2d2

Please # to comment.