From dc4c44cfc4172a081a6153c936c3f93fc5225632 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Tue, 11 Jun 2024 09:35:37 +0000 Subject: [PATCH] chore: add build:web command --- webui/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/webui/package.json b/webui/package.json index f02b47e..bf775fd 100644 --- a/webui/package.json +++ b/webui/package.json @@ -15,6 +15,7 @@ "local": "VITE_APP_API_URL=http://localhost:8787/graphql vite --config vite.dev.config.ts", "prod": "VITE_APP_API_URL=https://api.fluentci.io/graphql vite --config vite.dev.config.ts", "start": "electron .", + "build:web": "vite build --config vite.dev.config.ts", "build": "tsc && vite build && electron-builder", "build:prod": "VITE_APP_API_URL=https://api.fluentci.io/graphql tsc && vite build --config vite.dev.config.ts", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",