From 6d131f8cbbc05286e978253424562f99b241e7fc Mon Sep 17 00:00:00 2001 From: Vanalite Date: Mon, 22 Sep 2025 11:35:19 +0700 Subject: [PATCH] fix: Remove redundant yarn command for ios dev build --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 2c5234da7..3b8756eff 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,6 @@ "build:android": "yarn build && yarn copy:assets:mobile && yarn tauri android build --no-default-features --features mobile", "build:ios": "yarn build && yarn copy:assets:mobile && yarn tauri ios build --no-default-features --features mobile", "build:ios:device": "yarn build && yarn copy:assets:mobile && yarn tauri ios build --no-default-features --features mobile --export-method debugging", - "dev:ios:device": "yarn copy:assets:mobile && yarn tauri ios dev", "copy:assets:tauri": "cpx \"pre-install/*.tgz\" \"src-tauri/resources/pre-install/\" && cpx \"LICENSE\" \"src-tauri/resources/\"", "copy:assets:mobile": "cpx \"pre-install/*.tgz\" \"src-tauri/resources/pre-install/\" && cpx \"LICENSE\" \"src-tauri/resources/\"", "download:lib": "node ./scripts/download-lib.mjs",