mirror of
https://github.com/VirtualHotBar/NetMount.git
synced 2026-06-10 00:28:03 +08:00
Merge pull request #90 from Integral-Tech/npm-to-pnpm
fix: replace npm with pnpm in tauri build commands
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"build": {
|
||||
"beforeBuildCommand": "npm run build",
|
||||
"beforeDevCommand": "npm run dev",
|
||||
"beforeBuildCommand": "pnpm run build",
|
||||
"beforeDevCommand": "pnpm run dev",
|
||||
"frontendDist": "../dist",
|
||||
"devUrl": "http://localhost:5173"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user