diff --git a/.npmrc b/.npmrc index 2d63670..724814b 100644 --- a/.npmrc +++ b/.npmrc @@ -6,4 +6,7 @@ link-workspace-packages=deep # registry=https://registry.npmjs.org/ # https://blog.csdn.net/qq_41499782/article/details/128723054 -public-hoist-pattern[]=*vue* \ No newline at end of file +public-hoist-pattern[]=*vue* + +# https://juejin.cn/post/7215608036394827836 +ignore-workspace-root-check = true \ No newline at end of file diff --git a/package.json b/package.json index 94b271c..b516713 100644 --- a/package.json +++ b/package.json @@ -95,5 +95,10 @@ "@dotenvx/dotenvx": "^1.17.0", "consola": "^3.2.3", "lodash-es": "catalog:" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } } -} \ No newline at end of file +}