Skip to content

Commit

Permalink
Add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarner committed Jul 2, 2020
1 parent d660785 commit 4d30d25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"test": "jest",
"test:watch": "jest --watch",
"test:ci": "rimraf test/.results && mkdirp test/.results && jest --ci --runInBand --reporters=default --reporters=jest-junit",
"barrels:generate": "barrelsby --config barrelsby.json"
"barrels:generate": "barrelsby --config barrelsby.json",
"postversion": "npm run postbuild",
"release": "np"
},
"dependencies": {
"@hapi/joi": "^17.1.1",
Expand Down

0 comments on commit 4d30d25

Please sign in to comment.