mirror of https://gitee.com/answerdev/answer.git
chore: add packageManager for corepack
This commit is contained in:
parent
65a380c787
commit
cfaa380c65
|
@ -19,7 +19,7 @@
|
|||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
"path": "./node_modules/cz-conventional-changelog"
|
||||
"path": "ui/node_modules/cz-conventional-changelog"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -102,9 +102,10 @@
|
|||
"typescript": "*",
|
||||
"web-vitals": "^2.1.4"
|
||||
},
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@7.9.5",
|
||||
"engines": {
|
||||
"node": ">=16.17",
|
||||
"pnpm": ">=7"
|
||||
}
|
||||
}
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue