Skip to content

Commit

Permalink
🐎 ci: 初始化cz
Browse files Browse the repository at this point in the history
pnpx commitizen init cz-conventional-changelog --pnpm -Dw

https://juejin.cn/post/7215608036394827836
  • Loading branch information
ruan-cat committed Oct 12, 2024
1 parent ee1e869 commit 21a4d4c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -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*
public-hoist-pattern[]=*vue*

# https://juejin.cn/post/7215608036394827836
ignore-workspace-root-check = true
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,10 @@
"@dotenvx/dotenvx": "^1.17.0",
"consola": "^3.2.3",
"lodash-es": "catalog:"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}

0 comments on commit 21a4d4c

Please sign in to comment.