From a4ec5db96cd55eed4db34a79dc2aa940b7e03fcd Mon Sep 17 00:00:00 2001 From: georg-stone Date: Fri, 13 Dec 2024 17:55:51 -0500 Subject: [PATCH] add web build target --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a92c325..f14db83 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "dev": "chokidar 'src/**/*' 'public/**/*' './vite.config.js' './package.json' -c 'pnpm run build-only && cp targets/chrome/manifest.json dist/manifest.json'", "dev:beta": "vite", "build:firefox": "vite build; cp targets/firefox/manifest.json dist/manifest.json", - "build:chrome": "vite build; cp targets/chrome/manifest.json dist/manifest.json" + "build:chrome": "vite build; cp targets/chrome/manifest.json dist/manifest.json", + "build:web": "vite build;" }, "dependencies": { "@radix-ui/react-checkbox": "^1.1.2",