Skip to content

Commit

Permalink
merge: resolve conflicts with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Xy2002 committed Nov 12, 2024
2 parents f8d2987 + a8e477e commit fcecb4b
Show file tree
Hide file tree
Showing 5 changed files with 487 additions and 21 deletions.
3 changes: 3 additions & 0 deletions .commitlintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: ['@commitlint/config-conventional']
};
1 change: 1 addition & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx --no -- commitlint --edit $1
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/tnf",
"version": "0.1.1",
"version": "0.1.2",
"scripts": {
"build": "father build",
"changeset": "tsx scripts/changeset.ts && changeset",
Expand Down Expand Up @@ -76,7 +76,9 @@
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vitest": "^2.1.4",
"zx": "^8.2.0"
"zx": "^8.2.0",
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3"
},
"lint-staged": {
"*.{jsx,less,md,json}": [
Expand Down
Loading

0 comments on commit fcecb4b

Please sign in to comment.