Skip to content

Commit 273db3c

Browse files
committed
Git push after version
1 parent 1b7ab49 commit 273db3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"postpack": "npm run clean",
1717
"preversion": "npm run lint && npm run prettier:check && tsc && npm test && npm run test:integration",
1818
"version": "changes --commits --footer --workspace",
19-
"postversion": "npm publish"
19+
"postversion": "git push --follow-tags && npm publish"
2020
},
2121
"keywords": [
2222
"mocha",

0 commit comments

Comments
 (0)