mirror of https://github.com/sundowndev/http.git
prepublish ~> prepare
parent
3d27b0eada
commit
44d7b6fe07
|
@ -12,7 +12,7 @@
|
||||||
"lint": "eslint lib src test",
|
"lint": "eslint lib src test",
|
||||||
"test": "npm run lint && jest",
|
"test": "npm run lint && jest",
|
||||||
"release": "standard-version && git push --follow-tags && npm publish",
|
"release": "standard-version && git push --follow-tags && npm publish",
|
||||||
"prepublish": "npm run test"
|
"prepare": "npm run test"
|
||||||
},
|
},
|
||||||
"eslintIgnore": [
|
"eslintIgnore": [
|
||||||
"*.template.*"
|
"*.template.*"
|
||||||
|
|
Loading…
Reference in New Issue