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 4cdf319 commit b5169d0Copy full SHA for b5169d0
package.json
@@ -4,7 +4,8 @@
4
"description": "Database-js driver for SQL Server that works on Linux, Mac, and Windows",
5
"main": "index.js",
6
"scripts": {
7
- "test": "mocha"
+ "test": "mocha",
8
+ "postversion": "git push && git push --tags"
9
},
10
"keywords": [
11
"database-js-mssql",
0 commit comments