mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-23 11:59:34 +08:00
chore(ci): only-allow use pnpm install deps (#4368)
This commit is contained in:
parent
041ef6d0c9
commit
36fabc6f2d
@ -29,7 +29,8 @@
|
||||
"docs:gen-locale": "pnpm run -C docs gen-locale",
|
||||
"docs:crowdin-credentials": "pnpm run -C docs crowdin-credentials",
|
||||
"prepare": "husky install",
|
||||
"postinstall": "pnpm gen:version"
|
||||
"postinstall": "pnpm gen:version",
|
||||
"preinstall": "npx only-allow pnpm -y"
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
|
Loading…
Reference in New Issue
Block a user