mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2026-09-02 21:04:08 +03:00
chore: migrate to pnpm
NPM refuses to acknowledge their limitations when working with monorepos Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
},
|
||||
"postCreateCommand": {
|
||||
"tauri-deps": "install_packages $(cat packaging/tauri/apt_packages)",
|
||||
"npm": "npm ci --no-audit",
|
||||
"pnpm": "corepack pnpm install --frozen-lockfile",
|
||||
"unshallow": "git fetch --unshallow || true"
|
||||
},
|
||||
"postAttachCommand": {
|
||||
|
||||
Reference in New Issue
Block a user