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 ea3b3e3 commit c232b6eCopy full SHA for c232b6e
package.json
@@ -15,7 +15,7 @@
15
"format": "prettier packages/**/*.ts --ignore-path ./.prettierignore --write",
16
"lint": "eslint 'packages/**/*.ts' --fix",
17
"prepublish:npm": "yarn build && yarn changelog | pbcopy",
18
- "publish:npm": "lerna publish --conventional-commits",
+ "publish:npm": "lerna publish",
19
"prepublish:next": "yarn build",
20
"publish:next": "lerna publish --dist-tag next",
21
"test:e2e": "lerna run test:e2e --parallel",
0 commit comments