From b9e7072e37338243f97412e677a8b816aff59780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veikko=20Lintuj=C3=A4rvi?= Date: Mon, 18 May 2026 21:59:27 +0300 Subject: [PATCH] After PM2 migration change to default vite build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04c56c4..102cd16 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "scripts": { "dev": "vite", - "build": "run-p type-check \"build-only {@}\" -- && cp public/.htaccess dist/.htaccess", + "build": "vite build", "preview": "vite preview", "start": "vite preview --port 4174 --host", "build-only": "vite build",