Skip to content

Commit 46ca5f8

Browse files
committed
Git push after version
1 parent b5ac94d commit 46ca5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"postpack": "npm run clean",
2020
"preversion": "npm run lint && npm run prettier:check && tsc && npm test && npm run test:integration",
2121
"version": "changes --commits --footer --workspace",
22-
"postversion": "npm publish"
22+
"postversion": "git push --follow-tags && npm publish"
2323
},
2424
"keywords": [
2525
"mocha",

0 commit comments

Comments
 (0)