mirror of
https://github.com/planetrenox/inzerosight.git
synced 2026-03-17 03:01:02 +00:00
Feat: add build:web script
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user