chore: test: use pnpm

This commit is contained in:
keiko233
2023-11-13 14:49:28 +08:00
parent 6c692d9308
commit c4bc9aea22
9 changed files with 3933 additions and 2475 deletions

View File

@@ -6,8 +6,8 @@
"build": {
"distDir": "../dist",
"devPath": "http://localhost:3000/",
"beforeDevCommand": "yarn run web:dev",
"beforeBuildCommand": "yarn run web:build"
"beforeDevCommand": "pnpm run web:dev",
"beforeBuildCommand": "pnpm run web:build"
},
"tauri": {
"systemTray": {