From 74c6215c27e04e2204e631433e02e8d74bed7f8e Mon Sep 17 00:00:00 2001 From: Tholut A Date: Thu, 20 Aug 2026 12:10:42 +0700 Subject: [PATCH] chore: add zip and build scripts for safari --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 89c9eba..2c665e9 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,10 @@ "dev:firefox": "wxt -b firefox", "build": "wxt build", "build:firefox": "wxt build -b firefox", + "build:safari": "wxt build -b safari", "zip": "wxt zip", "zip:firefox": "wxt zip -b firefox", + "zip:safari": "wxt zip -b safari", "compile": "vue-tsc --noEmit", "postinstall": "wxt prepare" },