Skip to content

Commit 8f89e34

Browse files
committed
fix(update): packages
1 parent b424d19 commit 8f89e34

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

lerna.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"command": {
44
"publish": {
5+
"continueIfNoMatch": true,
56
"registry": "https://registry.npmjs.org/",
67
"conventionalCommits": true,
78
"npmClient": "npm"
89
},
910
"version": {
11+
"forcePublish": true,
12+
"conventionalGraduate": true,
1013
"allowBranch": "master",
1114
"message": "publish new version",
1215
"npmClient": "npm"

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 --conventional-commits --conventional-prerelease",
33+
"patch": "npm run linter && npm run format && lerna publish 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)