Skip to content

Commit b424d19

Browse files
committed
fix(update): packages
1 parent 6334eb3 commit b424d19

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
@@ -30,7 +30,7 @@
3030
"docs:gen": "typedoc",
3131
"format": "prettier -w ./packages/**/src/**/*.{ts,tsx,js,jsx}",
3232
"linter": "eslint --fix ./packages/**/src/**/*.{ts,tsx,js,jsx}",
33-
"patch": "npm run linter && npm run format && lerna publish prerelease",
33+
"patch": "npm run linter && npm run format && lerna publish prerelease --conventional-commits --conventional-prerelease",
3434
"prepare": "husky install",
3535
"publish": "npm run linter && npm run format && npm run build && lerna publish",
3636
"test": "lerna run test",

0 commit comments

Comments
 (0)