We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c791351 commit 5e9a944Copy full SHA for 5e9a944
package.json
@@ -52,7 +52,6 @@
52
"lint": "eslint src test",
53
"prerelease": "git checkout master && git pull -r",
54
"release": "yarn lint && yarn test && yarn build && standard-version",
55
- "postrelease": "git push origin master --follow-tags && yarn publish",
56
"test": "yarn test:unit && yarn test:e2e-ssr && yarn test:e2e-browser",
57
"test:e2e-ssr": "jest test/e2e/ssr",
58
"test:e2e-browser": "jest test/e2e/browser",
0 commit comments