replace yarn with pnpm (#85)

* 🐳 chore: replace yarn with pnpm
This commit is contained in:
m1m1sha
2024-05-07 22:40:09 +08:00
committed by GitHub
parent 8440eb842b
commit 1280e1dde2
5 changed files with 2223 additions and 1848 deletions

2
easytier-gui/.npmrc Normal file
View File

@@ -0,0 +1,2 @@
shamefully-hoist=true
strict-peer-dependencies=false

2004
easytier-gui/pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{
"build": {
"beforeDevCommand": "yarn dev",
"beforeBuildCommand": "yarn build",
"beforeDevCommand": "pnpm dev",
"beforeBuildCommand": "pnpm build",
"devPath": "http://localhost:1420",
"distDir": "../dist"
},
@@ -46,4 +46,4 @@
]
}
}
}
}

File diff suppressed because it is too large Load Diff