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",
|
"version": "0.0.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"packageManager": "pnpm@9.7.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"docs:build": "vuepress build docs",
|
"docs:build": "vuepress build docs",
|
||||||
"docs:clean-dev": "vuepress dev docs --clean-cache",
|
"docs:clean-dev": "vuepress dev docs --clean-cache",
|
||||||
|
|
Loading…
Reference in a new issue