add package manager to the package.json
This commit is contained in:
parent
50037d504b
commit
a300a6ca1b
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
"version": "0.0.1",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.7.1",
|
||||
"scripts": {
|
||||
"docs:build": "vuepress build docs",
|
||||
"docs:clean-dev": "vuepress dev docs --clean-cache",
|
||||
|
|
Loading…
Reference in a new issue