We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45efc1 commit f094a2fCopy full SHA for f094a2f
.npmrc
@@ -0,0 +1 @@
1
+message = "Bump version to %s"
package.json
@@ -140,10 +140,12 @@
140
"root": "."
141
},
142
"scripts": {
143
+ "test": "grunt test",
144
"lint": "eslint .",
145
"lint:fix": "eslint . --fix",
146
"docs": "rm -rf docs/v4; jsdoc --configure config/jsdoc/api-conf.json",
147
"docs:all": "rm -rf docs/v4-internal; jsdoc --configure config/jsdoc/all-conf.json",
- "test": "grunt test"
148
+ "preversion": "",
149
+ "postversion": "git push origin v4 --follow-tags"
150
}
151
0 commit comments