Skip to content

Commit

Permalink
Git push after version
Browse files Browse the repository at this point in the history
  • Loading branch information
mantoni committed Dec 24, 2023
1 parent 0263f6a commit 997c7dc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"postpack": "npm run clean",
"preversion": "npm run lint && npm run prettier:check && tsc && npm test && npm run test:integration",
"version": "changes --commits --footer --workspace",
"postversion": "npm publish"
"postversion": "git push --follow-tags && npm publish"
},
"keywords": [
"mocha",
Expand Down
2 changes: 1 addition & 1 deletion driver-jsdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"postpack": "npm run clean",
"preversion": "npm run lint && npm run prettier:check && tsc && npm test && npm run test:integration",
"version": "changes --commits --footer --workspace",
"postversion": "npm publish"
"postversion": "git push --follow-tags && npm publish"
},
"keywords": [
"mocha",
Expand Down
2 changes: 1 addition & 1 deletion driver-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"postpack": "npm run clean",
"preversion": "npm run lint && npm run prettier:check && tsc && npm test && npm run test:integration",
"version": "changes --commits --footer --workspace",
"postversion": "npm publish"
"postversion": "git push --follow-tags && npm publish"
},
"keywords": [
"mocha",
Expand Down
2 changes: 1 addition & 1 deletion driver-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"postpack": "npm run clean",
"preversion": "npm run lint && npm run prettier:check && tsc && npm test && npm run test:integration",
"version": "changes --commits --footer --workspace",
"postversion": "npm publish"
"postversion": "git push --follow-tags && npm publish"
},
"keywords": [
"mocha",
Expand Down
2 changes: 1 addition & 1 deletion driver-webdriver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"postpack": "npm run clean",
"preversion": "npm run lint && npm run prettier:check && tsc && npm test && npm run test:integration",
"version": "changes --commits --footer --workspace",
"postversion": "npm publish"
"postversion": "git push --follow-tags && npm publish"
},
"keywords": [
"mocha",
Expand Down
2 changes: 1 addition & 1 deletion mochify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"postpack": "npm run clean",
"preversion": "npm run lint && npm run prettier:check && tsc && npm test && npm run test:integration",
"version": "changes --commits --footer --workspace",
"postversion": "npm publish"
"postversion": "git push --follow-tags && npm publish"
},
"keywords": [
"mocha",
Expand Down

0 comments on commit 997c7dc

Please sign in to comment.