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 ee2dd9a commit 8a77eb7Copy full SHA for 8a77eb7
1 file changed
package.json
@@ -14,7 +14,9 @@
14
},
15
"scripts": {
16
"test": "npm run lint && mocha",
17
- "lint": "jshint . && jscs . -v"
+ "lint": "jshint . && jscs . -v",
18
+ "preversion": "npm test",
19
+ "postversion": "git push && git push --tags"
20
21
"repository": {
22
"type": "git",
0 commit comments