Skip to content

Commit c232b6e

Browse files
chore(): update package.json
1 parent ea3b3e3 commit c232b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"format": "prettier packages/**/*.ts --ignore-path ./.prettierignore --write",
1616
"lint": "eslint 'packages/**/*.ts' --fix",
1717
"prepublish:npm": "yarn build && yarn changelog | pbcopy",
18-
"publish:npm": "lerna publish --conventional-commits",
18+
"publish:npm": "lerna publish",
1919
"prepublish:next": "yarn build",
2020
"publish:next": "lerna publish --dist-tag next",
2121
"test:e2e": "lerna run test:e2e --parallel",

0 commit comments

Comments
 (0)