From ad96209a40ce8d05d4d444d435749a3bec646c85 Mon Sep 17 00:00:00 2001 From: KelvinTegelaar Date: Mon, 20 Nov 2023 22:17:07 +0100 Subject: [PATCH] update build command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 148e77a7a9aa..32fb31014b74 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "license": "AGPL-3.0", "author": "CIPP Contributors", "scripts": { - "build": "vite build", + "build": "echo react-scripts build && vite build", "changelog": "auto-changelog --starting-version 3.0.0 --commit-limit false --hide-credit", "lint": "eslint \"src/**/*.js\"", "start": "vite",