chore: Update package.json build command for Firefox

This commit is contained in:
n4ze3m 2024-05-29 00:13:12 +05:30
parent 533e38c287
commit 620b2b88f5

View File

@ -8,7 +8,7 @@
"dev": "cross-env TARGET=chrome wxt",
"dev:firefox": "cross-env TARGET=firefox wxt -b firefox",
"build": "cross-env TARGET=chrome wxt build",
"build:firefox": "cross-env TARGET=chrome cross-env TARGET=firefox wxt build -b firefox",
"build:firefox": "cross-env TARGET=firefox wxt build -b firefox",
"zip": "cross-env TARGET=chrome wxt zip",
"zip:firefox": "cross-env TARGET=firefox wxt zip -b firefox",
"compile": "tsc --noEmit",