Skip to content
This repository was archived by the owner on Jun 11, 2021. It is now read-only.

Commit ecfe2e1

Browse files
committed
chore: remove postrelease from standard-version
1 parent a3708ef commit ecfe2e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
},
1313
"standard-version": {
1414
"scripts": {
15-
"prerelease": "yarn gittest && yarn test",
16-
"postrelease": "git push --follow-tags origin master"
15+
"prerelease": "yarn gittest && yarn test"
1716
}
1817
},
1918
"dependencies": {

0 commit comments

Comments
 (0)