mirror of https://gitee.com/answerdev/answer.git
fix: update pnpm
This commit is contained in:
parent
16acd6b884
commit
88d4617d5c
2
Makefile
2
Makefile
|
@ -38,7 +38,7 @@ clean:
|
|||
|
||||
install-ui-packages:
|
||||
@corepack enable
|
||||
@corepack prepare pnpm@v7.12.2 --activate
|
||||
@corepack prepare pnpm@v8.6.6 --activate
|
||||
|
||||
ui:
|
||||
@cd ui && pnpm install && pnpm build && cd -
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
"packageManager": "pnpm@7.9.5",
|
||||
"engines": {
|
||||
"node": ">=16.17",
|
||||
"pnpm": ">=7"
|
||||
"pnpm": ">=8"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue