From b8ca79fad96b19e929751a7310aa38a30eba8a8f Mon Sep 17 00:00:00 2001 From: benedettadavico Date: Fri, 4 Apr 2025 09:14:26 +0200 Subject: [PATCH] update package.json --- nym-wallet/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nym-wallet/package.json b/nym-wallet/package.json index f31acf7f20..d9534c4a21 100644 --- a/nym-wallet/package.json +++ b/nym-wallet/package.json @@ -6,6 +6,7 @@ "scripts": { "build": "run-s webpack:prod tauri:build", "dev": "run-p tauri:dev webpack:dev", + "build-macx86": "run-s webpack:prod tauri:buildx86", "lint": "eslint src", "lint:fix": "eslint src --fix", "prebuild": "yarn --cwd .. build", @@ -14,6 +15,7 @@ "storybook": "start-storybook -p 6006", "storybook:build": "build-storybook", "tauri:build": "yarn tauri build", + "tauri:buildx86": "yarn tauri build --target x86_64-apple-darwin", "tauri:dev": "yarn tauri dev", "tsc": "tsc --noEmit true", "tsc:watch": "tsc --noEmit true --watch",