Skip to content

Commit 5e9a944

Browse files
committed
chore: remove postrelease
1 parent c791351 commit 5e9a944

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"lint": "eslint src test",
5353
"prerelease": "git checkout master && git pull -r",
5454
"release": "yarn lint && yarn test && yarn build && standard-version",
55-
"postrelease": "git push origin master --follow-tags && yarn publish",
5655
"test": "yarn test:unit && yarn test:e2e-ssr && yarn test:e2e-browser",
5756
"test:e2e-ssr": "jest test/e2e/ssr",
5857
"test:e2e-browser": "jest test/e2e/browser",

0 commit comments

Comments
 (0)