We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a15d99 commit 9127783Copy full SHA for 9127783
1 file changed
package.json
@@ -15,7 +15,8 @@
15
},
16
"scripts": {
17
"test": "npm run -s lint && ava 'test/**/*.test.js'",
18
- "lint": "eslint '**/*.js'"
+ "lint": "eslint '**/*.js'",
19
+ "postversion": "git push && git push --tags"
20
21
"devDependencies": {
22
"ava": "^3.11.0",
0 commit comments