Skip to content

Commit a6490b7

Browse files
author
Victor Martins
committed
fix: undo postrelease script
1 parent 4ad3010 commit a6490b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"test": "jest",
1313
"test:watch": "jest --watch",
1414
"prerelease": "yarn lint && yarn test && yarn build",
15+
"postrelease": "git push origin main --follow-tags",
1516
"release": "standard-version --no-verify"
1617
},
1718
"devDependencies": {

0 commit comments

Comments
 (0)