We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7f227 commit 5d0c852Copy full SHA for 5d0c852
package.json
@@ -27,19 +27,15 @@
27
"lint": "eslint .",
28
"test": "jest --env node --coverage",
29
"prerelease": "npm t && npm run lint",
30
- "release": "standard-version"
+ "release": "standard-version",
31
+ "postrelease": "git push --follow-tags origin master && npm publish"
32
},
33
"husky": {
34
"hooks": {
35
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
36
"pre-commit": "lint-staged"
37
}
38
- "standard-version": {
39
- "scripts": {
40
- "posttag": "git push --follow-tags origin master"
41
- }
42
- },
43
"lint-staged": {
44
"*.js": [
45
"eslint --fix",
0 commit comments