We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52e035 commit 97734e6Copy full SHA for 97734e6
package.json
@@ -26,19 +26,15 @@
26
"lint": "eslint . --ignore-pattern test/fixtures",
27
"test": "jest --env node --coverage",
28
"prerelease": "npm t && npm run lint",
29
- "release": "standard-version"
+ "release": "standard-version",
30
+ "postrelease": "git push --follow-tags origin master && npm publish"
31
},
32
"husky": {
33
"hooks": {
34
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
35
"pre-commit": "lint-staged"
36
}
37
- "standard-version": {
38
- "scripts": {
39
- "posttag": "git push --follow-tags origin master"
40
- }
41
- },
42
"lint-staged": {
43
"*.js": [
44
"eslint --fix --ignore-pattern test/fixtures",
0 commit comments