fix ci again

This commit is contained in:
Ren Amamiya 2023-09-19 16:31:38 +07:00
parent d84e97b0d4
commit 1bbfebc2b8

View File

@ -1,8 +1,8 @@
{ {
"$schema": "../node_modules/@tauri-apps/cli/schema.json", "$schema": "../node_modules/@tauri-apps/cli/schema.json",
"build": { "build": {
"beforeBuildCommand": "bun run build", "beforeBuildCommand": "pnpm run build",
"beforeDevCommand": "bun run dev", "beforeDevCommand": "pnpm run dev",
"devPath": "http://localhost:3000", "devPath": "http://localhost:3000",
"distDir": "../dist", "distDir": "../dist",
"withGlobalTauri": true "withGlobalTauri": true