mirror of https://github.com/sundowndev/http.git
release script
parent
b19aa7d1bc
commit
00aa7c8786
|
@ -11,7 +11,7 @@
|
|||
"scripts": {
|
||||
"lint": "eslint lib src test",
|
||||
"test": "npm run lint && jest",
|
||||
"release": "standard-version",
|
||||
"release": "standard-version && git push --follow-tags && npm publish",
|
||||
"prepublish": "npm run test"
|
||||
},
|
||||
"eslintIgnore": [
|
||||
|
|
Loading…
Reference in New Issue