chore: add packageManager for corepack

This commit is contained in:
haitao(lj) 2022-09-28 11:41:00 +08:00
parent 65a380c787
commit cfaa380c65
1 changed files with 5 additions and 4 deletions

View File

@ -19,7 +19,7 @@
}, },
"config": { "config": {
"commitizen": { "commitizen": {
"path": "./node_modules/cz-conventional-changelog" "path": "ui/node_modules/cz-conventional-changelog"
} }
}, },
"dependencies": { "dependencies": {
@ -102,9 +102,10 @@
"typescript": "*", "typescript": "*",
"web-vitals": "^2.1.4" "web-vitals": "^2.1.4"
}, },
"license": "MIT", "packageManager": "pnpm@7.9.5",
"engines": { "engines": {
"node": ">=16.17", "node": ">=16.17",
"pnpm": ">=7" "pnpm": ">=7"
} },
} "license": "MIT"
}