Skip to content

Commit

Permalink
chore: upgrades varlet-release (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
a145789 authored Dec 13, 2023
1 parent 7dc79df commit dc8dacc
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 169 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"simple-git-hooks": {
"pre-commit": "pnpm exec nano-staged --allow-empty --concurrent false",
"commit-msg": "pnpm exec vr commit-lint $1"
"commit-msg": "pnpm exec vr commit-lint -p $1"
},
"nano-staged": {
"*.{vue,ts,tsx,js,jsx,less,css}": "pnpm format",
Expand All @@ -28,7 +28,7 @@
"typescript": "^5.1.5",
"eslint": "^8.43.0",
"prettier": "^2.8.8",
"@varlet/release": "^0.0.5",
"@varlet/release": "^0.1.2",
"@varlet/eslint-config": "^2.19.2"
},
"packageManager": "pnpm@8.7.5",
Expand All @@ -45,4 +45,4 @@
"object.values": "npm:@nolyfill/object.values@latest"
}
}
}
}
Loading

0 comments on commit dc8dacc

Please sign in to comment.