chore: Switch from yarn to pnpm

This commit is contained in:
Sidharth Vinod
2025-03-16 19:19:10 -07:00
parent b5be8ca4fc
commit 592c3addac
13 changed files with 8529 additions and 7084 deletions
+6 -6
View File
@@ -5,8 +5,8 @@
"license": "MIT",
"scripts": {
"dev": "vite dev",
"dev:force": "MERMAID_LOCAL=true yarn dev --force",
"dev:test": "yarn dev",
"dev:force": "MERMAID_LOCAL=true pnpm dev --force",
"dev:test": "pnpm dev",
"build": "vite build",
"preview": "vite preview",
"lint": "prettier --check --cache . && eslint --ignore-path .gitignore .",
@@ -18,7 +18,7 @@
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"test:browser": "cypress run",
"test": "test:unit && test:browser",
"test": "pnpm test:unit && pnpm test:browser",
"cy": "cypress open"
},
"devDependencies": {
@@ -94,10 +94,10 @@
]
},
"volta": {
"node": "18.20.7",
"yarn": "1.22.22"
"node": "18.20.7"
},
"engines": {
"node": ">=16.7"
}
},
"packageManager": "pnpm@9.15.5+sha512.845196026aab1cc3f098a0474b64dfbab2afe7a1b4e91dd86895d8e4aa32a7a6d03049e2d0ad770bbe4de023a7122fb68c1a1d6e0d033c7076085f9d5d4800d4"
}