chore: replace pnpm with bun across the project
This commit is contained in:
+6
-8
@@ -15,7 +15,7 @@
|
||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
"test:unit": "vitest",
|
||||
"test": "npm run test:unit -- --run && npm run test:e2e",
|
||||
"test": "bun run test:unit -- --run && bun run test:e2e",
|
||||
"test:e2e": "playwright test",
|
||||
"start": "electron-forge start",
|
||||
"package": "electron-forge package",
|
||||
@@ -62,13 +62,11 @@
|
||||
"electron-squirrel-startup": "^1.0.1",
|
||||
"socket.io-client": "^4.8.3"
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
"esbuild",
|
||||
"electron",
|
||||
"electron-winstaller"
|
||||
]
|
||||
},
|
||||
"trustedDependencies": [
|
||||
"esbuild",
|
||||
"electron",
|
||||
"electron-winstaller"
|
||||
],
|
||||
"patchedDependencies": {
|
||||
"@sveltejs/kit": "patches/@sveltejs__kit.patch"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user