Skip to content

Commit

Permalink
🌈 style: 调整排序;
Browse files Browse the repository at this point in the history
  • Loading branch information
ruan-cat committed Oct 15, 2024
1 parent 1125e08 commit e7612ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
"vscode": "^1.22.0",
"pnpm": ">=9.5.0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
},
"scripts": {
"preinstall": "npx only-allow pnpm && npm run corepack:pnpm",
"corepack:pnpm": "corepack enable && corepack install",
Expand Down Expand Up @@ -100,10 +105,5 @@
"@dotenvx/dotenvx": "^1.17.0",
"consola": "^3.2.3",
"lodash-es": "catalog:"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
}
}

0 comments on commit e7612ef

Please sign in to comment.