Use pnpm instead
This commit is contained in:
parent
6c4781f623
commit
2fc6f8c476
@ -8,7 +8,7 @@
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"electron:dev": "concurrently \"npm run dev\" \"wait-on http://localhost:5174 && ELECTRON_START_URL=http://localhost:5174 electron .\"",
|
||||
"electron:dev": "concurrently \"pnpm run dev\" \"wait-on http://localhost:5174 && ELECTRON_START_URL=http://localhost:5174 electron .\"",
|
||||
"electron:build": "vite build && electron ."
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
1869
pnpm-lock.yaml
generated
1869
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user