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:
Fernando Fernández
2026-04-07 18:58:12 +02:00
parent bd0809953b
commit f00e60fcd3
26 changed files with 7031 additions and 10522 deletions
+1 -1
View File
@@ -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": {