chore: add zip and build scripts for safari

This commit is contained in:
Tholut A 2026-08-20 12:10:42 +07:00
parent 7e466e29d2
commit 74c6215c27

View file

@ -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"
},