Skip to content

Commit b5169d0

Browse files
committed
Add postversion script to package.json
1 parent 4cdf319 commit b5169d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Database-js driver for SQL Server that works on Linux, Mac, and Windows",
55
"main": "index.js",
66
"scripts": {
7-
"test": "mocha"
7+
"test": "mocha",
8+
"postversion": "git push && git push --tags"
89
},
910
"keywords": [
1011
"database-js-mssql",

0 commit comments

Comments
 (0)