Feat: add build:web script

This commit is contained in:
2026-03-10 18:42:03 -07:00
parent 94a00a8816
commit 5f54c68369

View File

@@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"dev": "TARGET=firefox vite",
"build:web": "TARGET=web vite build",
"build:firefox": "TARGET=firefox vite build",
"build:chrome": "TARGET=chrome vite build",
"build": "bun run build:firefox && bun run build:chrome"