Browse Source

Update pnpm

pnpm is installed by yum and might be updated by source.
But it's version is specified in package.json.
Maybe make the version pinned?
idk
pull/512/head
风扇滑翔翼 6 months ago committed by GitHub
parent
commit
61743e2098
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      package.json

2
package.json

@ -21,7 +21,7 @@
"vue-property-decorator": "^9.1.2",
"vuepress": "2.0.0-rc.2"
},
"packageManager": "pnpm@9.1.0",
"packageManager": "pnpm@9.1.1",
"scripts": {
"docs:dev": "vuepress dev docs --clean-temp --clean-cache",
"docs:build": "vuepress build docs --clean-temp --clean-cache",

Loading…
Cancel
Save